Removed pin setting functionality

- Simplifies security options: use multi user mode if you want to restrict access to the settings menu
This commit is contained in:
Isaac Grynsztein
2020-07-09 22:33:07 -04:00
parent 14bd82c508
commit dd80c51f16
11 changed files with 1 additions and 246 deletions

View File

@@ -66,10 +66,6 @@ let CONFIG_ITEMS = {
'key': 'ytdl_allow_multi_download_mode',
'path': 'YoutubeDLMaterial.Extra.allow_multi_download_mode'
},
'ytdl_settings_pin_required': {
'key': 'ytdl_settings_pin_required',
'path': 'YoutubeDLMaterial.Extra.settings_pin_required'
},
'ytdl_enable_downloads_manager': {
'key': 'ytdl_enable_downloads_manager',
'path': 'YoutubeDLMaterial.Extra.enable_downloads_manager'