diff --git a/src/webui/www/private/scripts/download.js b/src/webui/www/private/scripts/download.js index f6198cc23..f4f694735 100644 --- a/src/webui/www/private/scripts/download.js +++ b/src/webui/www/private/scripts/download.js @@ -72,7 +72,6 @@ window.qBittorrent.Download = (function() { defaultSavePath = pref.save_path; $('savepath').setProperty('value', defaultSavePath); - $('rootFolder').checked = pref.create_subfolder_enabled; $('startTorrent').checked = !pref.start_paused_enabled; if (pref.auto_tmm_enabled == 1) {