settings: allow larger bg clock cookie side # range
Comment on Discussion When dist-arch/ Changes / comment_on_discussion (push) Has been cancelled

This commit is contained in:
end-4
2025-10-12 22:17:19 +02:00
parent 9161044860
commit 6f138677a8
@@ -64,8 +64,8 @@ ContentPage {
icon: "add_triangle"
text: Translation.tr("Sides")
value: Config.options.background.clock.cookie.sides
from: 1
to: 36
from: 0
to: 40
stepSize: 1
onValueChanged: {
Config.options.background.clock.cookie.sides = value;