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