mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
parent
5caf68988e
commit
e7fe3ff968
2 changed files with 24 additions and 3 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
}
|
||||
|
||||
private slots:
|
||||
void handleColorSchemeRead(QDBusVariant value);
|
||||
void handleColorSchemeChanged(QString ns, QString key, QDBusVariant value);
|
||||
|
||||
private:
|
||||
|
@ -79,6 +80,9 @@ private:
|
|||
PreferLight
|
||||
};
|
||||
ColorschemePref m_systemColorschemePref = ColorschemePref::PreferNone;
|
||||
bool m_systemColorschemePrefExists;
|
||||
|
||||
void setColorScheme(QDBusVariant value);
|
||||
|
||||
Q_DISABLE_COPY(NixUtils)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue