move more stuff out of cookie clock file

This commit is contained in:
end-4
2025-10-06 09:31:39 +02:00
parent 9b547d6ece
commit 07a3edf020
5 changed files with 259 additions and 221 deletions
@@ -78,8 +78,8 @@ ContentPage {
}
options: [
{
displayName: Translation.tr("None"),
icon: "deselect",
displayName: "",
icon: "block",
value: "none"
},
{
@@ -110,6 +110,11 @@ ContentPage {
Config.options.background.clock.cookie.hourHandStyle = newValue;
}
options: [
{
displayName: "",
icon: "block",
value: "hide"
},
{
displayName: Translation.tr("Classic"),
icon: "radio",
@@ -125,11 +130,6 @@ ContentPage {
icon: "stroke_full",
value: "fill"
},
{
displayName: Translation.tr("Hide"),
icon: "deselect",
value: "hide"
}
]
}
}
@@ -144,6 +144,11 @@ ContentPage {
Config.options.background.clock.cookie.minuteHandStyle = newValue;
}
options: [
{
displayName: "",
icon: "block",
value: "hide"
},
{
displayName: Translation.tr("Classic"),
icon: "radio",
@@ -164,11 +169,6 @@ ContentPage {
icon: "pen_size_5",
value: "bold"
},
{
displayName: Translation.tr("Hide"),
icon: "deselect",
value: "hide"
}
]
}
}