mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Updated Spanish and catalan translations
This commit is contained in:
parent
9cf79a4a76
commit
5c2b57052b
33 changed files with 2523 additions and 1813 deletions
|
|
@ -399,7 +399,7 @@ int TransferListWidget::updateTorrent(int row) {
|
|||
if(h.is_seed()) {
|
||||
s = STATE_QUEUED_UP;
|
||||
} else {
|
||||
s =STATE_QUEUED_DL;
|
||||
s = STATE_QUEUED_DL;
|
||||
}
|
||||
listModel->setData(listModel->index(row, TR_NAME), QVariant(QIcon(QString::fromUtf8(":/Icons/skin/queued.png"))), Qt::DecorationRole);
|
||||
listModel->setData(listModel->index(row, TR_STATUS), s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue