fixed update icon windows

This commit is contained in:
dranik
2026-06-05 13:35:11 +03:00
parent a4edb7279d
commit b21d77a911
5 changed files with 31 additions and 10 deletions
@@ -105,9 +105,6 @@ void SystemTrayNotificationHandler::updateTrayIcon()
}
m_trayIcon->applyVisual(currentTrayVisual());
#if defined(Q_OS_WIN)
qDebug() << "Windows tray: setIcon darkTheme=" << m_isDarkTheme << "state=" << static_cast<int>(m_trayState);
#endif
}
void SystemTrayNotificationHandler::onTrayActivated(QSystemTrayIcon::ActivationReason reason)