mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Add dynamic theme switching on Windows 10
This commit is contained in:
parent
80c1b9be6a
commit
9a7b20cbfd
4 changed files with 18 additions and 10 deletions
|
|
@ -251,7 +251,7 @@ void ApplicationSettingsWidget::loadSettings()
|
|||
}
|
||||
|
||||
m_generalUi->trayIconAppearance->clear();
|
||||
#ifdef Q_OS_MACOS
|
||||
#if defined(Q_OS_MACOS) || defined(Q_OS_WIN)
|
||||
m_generalUi->trayIconAppearance->addItem(tr("Monochrome"), "monochrome");
|
||||
#else
|
||||
m_generalUi->trayIconAppearance->addItem(tr("Monochrome (light)"), "monochrome-light");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue