Finish up singleton refactoring into one giant class
This commit is contained in:
@@ -13,10 +13,9 @@ class WindowManager;
|
||||
|
||||
class ThemeManager
|
||||
{
|
||||
ThemeManager();
|
||||
friend class Application;
|
||||
|
||||
public:
|
||||
ThemeManager();
|
||||
|
||||
~ThemeManager() = delete;
|
||||
|
||||
inline bool isLightTheme() const
|
||||
|
||||
Reference in New Issue
Block a user