mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
committed by
sledgehammer999
parent
3edaaa30c9
commit
b6ab2abf3f
@@ -56,8 +56,6 @@ namespace
|
||||
return QLatin1String("checkingUP");
|
||||
case BitTorrent::TorrentState::ForcedUploading:
|
||||
return QLatin1String("forcedUP");
|
||||
case BitTorrent::TorrentState::Allocating:
|
||||
return QLatin1String("allocating");
|
||||
case BitTorrent::TorrentState::Downloading:
|
||||
return QLatin1String("downloading");
|
||||
case BitTorrent::TorrentState::DownloadingMetadata:
|
||||
|
||||
@@ -871,9 +871,6 @@ window.qBittorrent.DynamicTable = (function() {
|
||||
case "metaDL":
|
||||
state = "downloading";
|
||||
break;
|
||||
case "allocating":
|
||||
state = "stalledDL";
|
||||
break;
|
||||
case "forcedUP":
|
||||
state = "uploading";
|
||||
break;
|
||||
@@ -939,9 +936,6 @@ window.qBittorrent.DynamicTable = (function() {
|
||||
case "forcedDL":
|
||||
status = "QBT_TR([F] Downloading)QBT_TR[CONTEXT=TransferListDelegate]";
|
||||
break;
|
||||
case "allocating":
|
||||
status = "QBT_TR(Allocating)QBT_TR[CONTEXT=TransferListDelegate]";
|
||||
break;
|
||||
case "uploading":
|
||||
case "stalledUP":
|
||||
status = "QBT_TR(Seeding)QBT_TR[CONTEXT=TransferListDelegate]";
|
||||
|
||||
Reference in New Issue
Block a user