mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
committed by
GitHub
parent
0da132b69e
commit
e822d4fca7
@@ -104,7 +104,7 @@ bool DesktopIntegration::isActive() const
|
||||
#ifdef Q_OS_MACOS
|
||||
return true;
|
||||
#else
|
||||
return QSystemTrayIcon::isSystemTrayAvailable();
|
||||
return m_systrayIcon && QSystemTrayIcon::isSystemTrayAvailable();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user