Fix dark tray icon option making all icons dark
Introduces a separate path for tray icons which are neither locked nor unlocked. Closes #1556.
This commit is contained in:
@@ -899,7 +899,7 @@ void MainWindow::updateTrayIcon()
|
||||
|
||||
m_trayIcon->setContextMenu(menu);
|
||||
|
||||
m_trayIcon->setIcon(filePath()->applicationIcon());
|
||||
m_trayIcon->setIcon(filePath()->trayIcon());
|
||||
m_trayIcon->show();
|
||||
}
|
||||
if (m_ui->tabWidget->hasLockableDatabases()) {
|
||||
|
||||
Reference in New Issue
Block a user