mirror of https://github.com/KDE/kasts.git
Remove settings from SettingsPage which are not yet fully implemented
This commit is contained in:
parent
6c7a271970
commit
fe66490c8f
|
@ -47,7 +47,7 @@ Kirigami.ScrollablePage {
|
|||
}
|
||||
}
|
||||
|
||||
Controls.CheckBox {
|
||||
/*Controls.CheckBox {
|
||||
id: autoDownload
|
||||
checked: SettingsManager.autoDownload
|
||||
text: i18n("Automatically download new episodes")
|
||||
|
@ -62,7 +62,7 @@ Kirigami.ScrollablePage {
|
|||
text: i18n("Allow streaming of audio")
|
||||
|
||||
onToggled: SettingsManager.allowStreaming = checked
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue