mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 17:16:33 -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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue