mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- Updated Transfer tab icon
- Fix display of priority for seeding torrents
This commit is contained in:
parent
23d1aa7691
commit
c818c2dae6
4 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue