mirror of https://github.com/KDE/kasts.git
Fix missing checkbox state
The checkbox state for alwaysShowFeedTitles was not set based on the current settings.
This commit is contained in:
parent
18bebfc31b
commit
906730c516
|
@ -41,6 +41,7 @@ Kirigami.ScrollablePage {
|
|||
MobileForm.FormCheckDelegate {
|
||||
id: alwaysShowFeedTitles
|
||||
text: i18n("Always show podcast titles in subscription view")
|
||||
checked: SettingsManager.alwaysShowFeedTitles
|
||||
onToggled: {
|
||||
SettingsManager.alwaysShowFeedTitles = checked;
|
||||
SettingsManager.save();
|
||||
|
|
Loading…
Reference in New Issue