mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
parent
ee6f699b48
commit
f630d84858
4 changed files with 23 additions and 0 deletions
|
@ -73,6 +73,7 @@ window.qBittorrent.Download = (function() {
|
|||
defaultSavePath = pref.save_path;
|
||||
$('savepath').setProperty('value', defaultSavePath);
|
||||
$('startTorrent').checked = !pref.start_paused_enabled;
|
||||
$('addToTopOfQueue').checked = pref.add_to_top_of_queue;
|
||||
|
||||
if (pref.auto_tmm_enabled == 1) {
|
||||
$('autoTMM').selectedIndex = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue