mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix QT-based system theme detection
This commit is contained in:
parent
f77975a9f7
commit
b77eb4b905
@ -82,7 +82,7 @@ private:
|
|||||||
PreferLight
|
PreferLight
|
||||||
};
|
};
|
||||||
ColorschemePref m_systemColorschemePref = ColorschemePref::PreferNone;
|
ColorschemePref m_systemColorschemePref = ColorschemePref::PreferNone;
|
||||||
bool m_systemColorschemePrefExists;
|
bool m_systemColorschemePrefExists = false;
|
||||||
|
|
||||||
void setColorScheme(QDBusVariant value);
|
void setColorScheme(QDBusVariant value);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user