mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
Fix QT-based system theme detection
This commit is contained in:
parent
f77975a9f7
commit
b77eb4b905
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ private:
|
|||
PreferLight
|
||||
};
|
||||
ColorschemePref m_systemColorschemePref = ColorschemePref::PreferNone;
|
||||
bool m_systemColorschemePrefExists;
|
||||
bool m_systemColorschemePrefExists = false;
|
||||
|
||||
void setColorScheme(QDBusVariant value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue