mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Updated Spanish and catalan translations
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user