Dont deselect certain date indicators when selecting specific date styles

This commit is contained in:
darksignal7
2025-10-06 18:48:40 +03:00
parent 0e89e8dcc2
commit fac79c8a7d
2 changed files with 1 additions and 7 deletions
@@ -69,12 +69,6 @@ ContentPage {
if (newValue === "numbers") {
Config.options.background.clock.cookie.timeIndicators = false;
}
if (newValue != "none") {
Config.options.background.clock.cookie.dateInClock = false;
if (Config.options.background.clock.cookie.dateStyle !== "bubble") {
Config.options.background.clock.cookie.dateStyle = "none";
}
}
}
options: [
{