mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
parent
3999b9a4f9
commit
3acd5409a6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ window.qBittorrent.Download ??= (() => {
|
||||||
$("startTorrent").checked = !pref.add_stopped_enabled;
|
$("startTorrent").checked = !pref.add_stopped_enabled;
|
||||||
$("addToTopOfQueue").checked = pref.add_to_top_of_queue;
|
$("addToTopOfQueue").checked = pref.add_to_top_of_queue;
|
||||||
|
|
||||||
if (pref.auto_tmm_enabled === 1) {
|
if (pref.auto_tmm_enabled) {
|
||||||
$("autoTMM").selectedIndex = 1;
|
$("autoTMM").selectedIndex = 1;
|
||||||
$("savepath").disabled = true;
|
$("savepath").disabled = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue