Add dynamic theme switching on Windows 10

This commit is contained in:
Janek Bevendorff 2020-12-24 00:09:51 +01:00
parent 80c1b9be6a
commit 9a7b20cbfd
4 changed files with 18 additions and 10 deletions

View file

@ -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");