use camelCase and unload instead of hiding

This commit is contained in:
hoovad
2025-08-27 05:30:15 +02:00
parent 5cd5a9d7e4
commit 2b54f64c8c
3 changed files with 105 additions and 102 deletions
@@ -630,9 +630,9 @@ ContentPage {
ConfigSwitch {
text: Translation.tr("Show clock")
checked: Config.options.background.show_clock
checked: Config.options.background.showClock
onCheckedChanged: {
Config.options.background.show_clock = checked;
Config.options.background.showClock = checked;
}
}
}