mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
fixes default indicator name
copy icons instead of renaming them, create status folder rename from *-indicator to *-tray
This commit is contained in:
@@ -1711,7 +1711,7 @@ QIcon MainWindow::getSystrayIcon() const
|
||||
QIcon icon;
|
||||
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||||
if (Preferences::instance()->useSystemIconTheme())
|
||||
icon = QIcon::fromTheme("qbittorrent");
|
||||
icon = QIcon::fromTheme("qbittorrent-tray");
|
||||
|
||||
#endif
|
||||
if (icon.isNull()) {
|
||||
|
||||
Reference in New Issue
Block a user