started to refactor Application
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "common/SerializeCustom.hpp"
|
||||
#include "common/Singleton.hpp"
|
||||
|
||||
#include <QBrush>
|
||||
#include <QColor>
|
||||
@@ -10,13 +11,11 @@ namespace chatterino {
|
||||
|
||||
class WindowManager;
|
||||
|
||||
class Theme
|
||||
class Theme final : public Singleton
|
||||
{
|
||||
public:
|
||||
Theme();
|
||||
|
||||
~Theme() = delete;
|
||||
|
||||
inline bool isLightTheme() const
|
||||
{
|
||||
return this->isLight_;
|
||||
|
||||
Reference in New Issue
Block a user