mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 18:26:11 +03:00
Merge pull request #14097 from glassez/fix-webui
Don't call non-existent elements (part 2)
This commit is contained in:
commit
cabb2198b0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue