mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Converted remaining icons to svg
This commit is contained in:
committed by
sledgehammer999
parent
f3c65f34b6
commit
9f8f9b6702
@@ -231,12 +231,12 @@ void StatusBar::refresh()
|
||||
void StatusBar::updateAltSpeedsBtn(bool alternative)
|
||||
{
|
||||
if (alternative) {
|
||||
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow.png"));
|
||||
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow.svg"));
|
||||
m_altSpeedsBtn->setToolTip(tr("Click to switch to regular speed limits"));
|
||||
m_altSpeedsBtn->setDown(true);
|
||||
}
|
||||
else {
|
||||
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow_off.png"));
|
||||
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow_off.svg"));
|
||||
m_altSpeedsBtn->setToolTip(tr("Click to switch to alternative speed limits"));
|
||||
m_altSpeedsBtn->setDown(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user