mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
parent
0da132b69e
commit
e822d4fca7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue