mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03:00
Fix alternative speed icon staying pressed when disabled
This commit is contained in:
parent
879f59c922
commit
c80e95b219
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ public slots:
|
|||
} else {
|
||||
altSpeedsBtn->setIcon(QIcon(":/Icons/slow_off.png"));
|
||||
altSpeedsBtn->setToolTip(tr("Click to enable alternative speed limits"));
|
||||
altSpeedsBtn->setDown(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue