forked from Shinonome/dots-hyprland
add secondDot , fix settings layout little more
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user