mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
parent
120965f823
commit
3358fd8e91
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…
Add table
Add a link
Reference in a new issue