forked from Shinonome/dots-hyprland
use camelCase and unload instead of hiding
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user