mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Updated Transfer tab icon
- Fix display of priority for seeding torrents
This commit is contained in:
@@ -138,7 +138,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
|
||||
// Transfer List tab
|
||||
transferList = new TransferListWidget(tabs, BTSession);
|
||||
int index_tab = tabs->addTab(transferList, tr("Transfers"));
|
||||
tabs->setTabIcon(index_tab, QIcon(QString::fromUtf8(":/Icons/skin/downloading.png")));
|
||||
tabs->setTabIcon(index_tab, QIcon(QString::fromUtf8(":/Icons/oxygen/folder-remote.png")));
|
||||
vboxLayout->addWidget(tabs);
|
||||
|
||||
// Transfer list slots
|
||||
|
||||
Reference in New Issue
Block a user