mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 06:17:58 +00:00
Fix saving of encryption setting in the Web UI
This commit is contained in:
parent
7854911d2f
commit
e838b515b3
@ -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…
Reference in New Issue
Block a user