mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03:00
parent
c5b8f62780
commit
a44ed9cfd3
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ var createPriorityCombo = function(id, selected_prio) {
|
|||
normal.setAttribute('selected', '');
|
||||
normal.injectInside(select);
|
||||
|
||||
var high = createOptionElement(2, "QBT_TR(High)QBT_TR[CONTEXT=PropListDelegate]");
|
||||
var high = createOptionElement(6, "QBT_TR(High)QBT_TR[CONTEXT=PropListDelegate]");
|
||||
high.injectInside(select);
|
||||
|
||||
var maximum = createOptionElement(7, "QBT_TR(Maximum)QBT_TR[CONTEXT=PropListDelegate]");
|
||||
|
|
Loading…
Reference in a new issue