mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Merge pull request #6249 from bil-elmoussaoui/master
Fixes default indicator name
This commit is contained in:
commit
8d58c52ad8
12 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue