mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-11 15:39:26 +01:00
Fix typo causing Qbittorrent config to show while Deluge is selected
This commit is contained in:
@@ -2405,7 +2405,7 @@
|
||||
}
|
||||
if ($("#torrent_downloader_deluge").is(":checked"))
|
||||
{
|
||||
$("#torrent_blackhole_options,#transmission_options,#utorrent_options,#qbittorent_options").hide();
|
||||
$("#torrent_blackhole_options,#transmission_options,#utorrent_options,#qbittorrent_options").hide();
|
||||
$("#deluge_options").show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user