diff options
-rw-r--r-- | Swift/QtUI/QtSystemTray.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSystemTray.cpp b/Swift/QtUI/QtSystemTray.cpp index 90d07dd..aa9bac2 100644 --- a/Swift/QtUI/QtSystemTray.cpp +++ b/Swift/QtUI/QtSystemTray.cpp @@ -28,6 +28,7 @@ void QtSystemTray::setUnreadMessages(bool some) { void QtSystemTray::setConnecting() { connecting_ = true; + updateStatusIcon(); } void QtSystemTray::handleIconActivated(QSystemTrayIcon::ActivationReason reason) { |