mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
settings: allow larger bg clock cookie side # range
Comment on Discussion When dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
Comment on Discussion When dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
This commit is contained in:
@@ -64,8 +64,8 @@ ContentPage {
|
|||||||
icon: "add_triangle"
|
icon: "add_triangle"
|
||||||
text: Translation.tr("Sides")
|
text: Translation.tr("Sides")
|
||||||
value: Config.options.background.clock.cookie.sides
|
value: Config.options.background.clock.cookie.sides
|
||||||
from: 1
|
from: 0
|
||||||
to: 36
|
to: 40
|
||||||
stepSize: 1
|
stepSize: 1
|
||||||
onValueChanged: {
|
onValueChanged: {
|
||||||
Config.options.background.clock.cookie.sides = value;
|
Config.options.background.clock.cookie.sides = value;
|
||||||
|
|||||||
Reference in New Issue
Block a user