add icon to date

This commit is contained in:
darksignal7
2025-10-05 03:13:48 +03:00
parent da88fd4267
commit cd3b8b5bab
2 changed files with 2 additions and 2 deletions
@@ -351,7 +351,7 @@ Item {
font {
family: Appearance.font.family.reading
pixelSize: 80
weight: 5000
weight: 1000
}
}
}
@@ -227,7 +227,7 @@ ContentPage {
ConfigSwitch {
enabled: Config.options.background.clock.style === "cookie" && Config.options.background.clock.cookie.dialNumberStyle === "none"
visible: Config.options.background.clock.style === "cookie"
buttonIcon: "farsight_digital"
buttonIcon: "date_range"
text: Translation.tr("Date inside clock")
checked: Config.options.background.clock.cookie.dateInClock
onEnabledChanged: {