mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Merge pull request #14097 from glassez/fix-webui
Don't call non-existent elements (part 2)
This commit is contained in:
commit
cabb2198b0
@ -72,7 +72,6 @@ window.qBittorrent.Download = (function() {
|
|||||||
|
|
||||||
defaultSavePath = pref.save_path;
|
defaultSavePath = pref.save_path;
|
||||||
$('savepath').setProperty('value', defaultSavePath);
|
$('savepath').setProperty('value', defaultSavePath);
|
||||||
$('rootFolder').checked = pref.create_subfolder_enabled;
|
|
||||||
$('startTorrent').checked = !pref.start_paused_enabled;
|
$('startTorrent').checked = !pref.start_paused_enabled;
|
||||||
|
|
||||||
if (pref.auto_tmm_enabled == 1) {
|
if (pref.auto_tmm_enabled == 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user