mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 15:59:26 -05:00
Dont deselect certain date indicators when selecting specific date styles
This commit is contained in:
@@ -69,12 +69,6 @@ ContentPage {
|
|||||||
if (newValue === "numbers") {
|
if (newValue === "numbers") {
|
||||||
Config.options.background.clock.cookie.timeIndicators = false;
|
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: [
|
options: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user