mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
Fix alternative speed icon staying pressed when disabled
This commit is contained in:
parent
879f59c922
commit
c80e95b219
@ -214,6 +214,7 @@ public slots:
|
|||||||
} else {
|
} else {
|
||||||
altSpeedsBtn->setIcon(QIcon(":/Icons/slow_off.png"));
|
altSpeedsBtn->setIcon(QIcon(":/Icons/slow_off.png"));
|
||||||
altSpeedsBtn->setToolTip(tr("Click to enable alternative speed limits"));
|
altSpeedsBtn->setToolTip(tr("Click to enable alternative speed limits"));
|
||||||
|
altSpeedsBtn->setDown(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user