mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Fix saving of encryption setting in the Web UI
This commit is contained in:
parent
7854911d2f
commit
e838b515b3
1 changed files with 1 additions and 0 deletions
|
@ -883,6 +883,7 @@ applyPreferences = function() {
|
|||
settings.set('dht_port', $('DHTPort_txt').getProperty('value').toInt());
|
||||
settings.set('pex', $('pex_checkbox').getProperty('checked'));
|
||||
settings.set('lsd', $('lsd_checkbox').getProperty('checked'));
|
||||
settings.set('encryption', $('encryption_select').getSelected()[0].getProperty('value'));
|
||||
|
||||
// Downloads
|
||||
settings.set('save_path', $('savepath_text').getProperty('value'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue