Fix QT-based system theme detection

This commit is contained in:
ycwan9 2023-10-07 09:34:59 +00:00 committed by Jonathan White
parent f77975a9f7
commit b77eb4b905

View File

@ -82,7 +82,7 @@ private:
PreferLight
};
ColorschemePref m_systemColorschemePref = ColorschemePref::PreferNone;
bool m_systemColorschemePrefExists;
bool m_systemColorschemePrefExists = false;
void setColorScheme(QDBusVariant value);