add secondDot , fix settings layout little more

This commit is contained in:
darksignal7
2025-10-04 18:13:06 +03:00
parent ae74354140
commit f7633dd61f
4 changed files with 63 additions and 4 deletions
@@ -106,7 +106,7 @@ ContentPage {
}
}
}
ConfigRow{
enabled: Config.options.background.clock.style === "cookie"
@@ -126,6 +126,17 @@ ContentPage {
Config.options.background.clock.cookie.minuteHandSizeAdjust = checked;
}
}
}
ConfigRow{
enabled: Config.options.background.clock.style === "cookie"
ConfigSwitch {
buttonIcon: "pace"
text: Translation.tr("Second dot")
checked: Config.options.background.clock.cookie.secondDot
onCheckedChanged: {
Config.options.background.clock.cookie.secondDot = checked;
}
}
ConfigSwitch {
buttonIcon: "waves"
text: Translation.tr("Wave animation")