Remove settings from SettingsPage which are not yet fully implemented

This commit is contained in:
Bart De Vries 2021-04-21 20:43:18 +02:00
parent 6c7a271970
commit fe66490c8f
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Kirigami.ScrollablePage {
} }
} }
Controls.CheckBox { /*Controls.CheckBox {
id: autoDownload id: autoDownload
checked: SettingsManager.autoDownload checked: SettingsManager.autoDownload
text: i18n("Automatically download new episodes") text: i18n("Automatically download new episodes")
@ -62,7 +62,7 @@ Kirigami.ScrollablePage {
text: i18n("Allow streaming of audio") text: i18n("Allow streaming of audio")
onToggled: SettingsManager.allowStreaming = checked onToggled: SettingsManager.allowStreaming = checked
} }*/
} }
} }