Fix system theme detection
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -66,7 +66,8 @@ class ThemeManager {
|
||||
QDir m_applicationThemeFolder{ "themes" };
|
||||
QDir m_catPacksFolder{ "catpacks" };
|
||||
std::map<QString, std::unique_ptr<CatPack>> m_catPacks;
|
||||
QString m_currentlySelectedSystemTheme;
|
||||
QString m_defaultStyle;
|
||||
QPalette m_defaultPalette;
|
||||
LogColors m_logColors;
|
||||
|
||||
void initializeThemes();
|
||||
|
||||
Reference in New Issue
Block a user