Add dynamic theme switching on Windows 10
This commit is contained in:
@@ -80,7 +80,7 @@ QIcon Icons::trayIcon(QString style)
|
||||
}
|
||||
|
||||
QIcon i;
|
||||
#ifdef Q_OS_MACOS
|
||||
#if defined(Q_OS_MACOS) || defined(Q_OS_WIN)
|
||||
if (osUtils->isStatusBarDark()) {
|
||||
i = icon(QString("keepassxc-monochrome-light%1").arg(style), false);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user