cookie clock: adjust colors and terminology

This commit is contained in:
end-4
2025-10-11 17:52:08 +02:00
parent 41c2814610
commit af5a7964d0
6 changed files with 28 additions and 25 deletions
@@ -115,9 +115,9 @@ ContentPage {
value: "classic"
},
{
displayName: Translation.tr("Stroke"),
displayName: Translation.tr("Hollow"),
icon: "stroke_partial",
value: "stroke"
value: "hollow"
},
{
displayName: Translation.tr("Fill"),
@@ -214,7 +214,7 @@ ContentPage {
{
displayName: "",
icon: "block",
value: "none"
value: "hide"
},
{
displayName: Translation.tr("Bubble"),
@@ -239,12 +239,12 @@ ContentPage {
visible: Config.options.background.clock.style === "cookie"
icon: "support"
text: Translation.tr("Clock sides")
value: Config.options.background.clock.clockSides
value: Config.options.background.clock.cookie.sides
from: 1
to: 36
stepSize: 1
onValueChanged: {
Config.options.background.clock.clockSides = value;
Config.options.background.clock.cookie.sides = value;
}
}