moved BaseWindow and related files into appbase
This commit is contained in:
@@ -17,7 +17,7 @@ class Theme final : public Singleton
|
||||
public:
|
||||
Theme();
|
||||
|
||||
inline bool isLightTheme() const
|
||||
bool isLightTheme() const
|
||||
{
|
||||
return this->isLight_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user