mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
fix not being able to use dial dots with date
This commit is contained in:
@@ -214,12 +214,7 @@ ContentPage {
|
||||
ConfigSelectionArray {
|
||||
currentValue: Config.options.background.clock.cookie.dateStyle
|
||||
onSelected: newValue => {
|
||||
if (newValue !== "bubble" && Config.options.background.clock.cookie.dialNumberStyle === "none") {
|
||||
Config.options.background.clock.cookie.dateStyle = newValue;
|
||||
}
|
||||
if (newValue === "bubble" || newValue === "none") {
|
||||
Config.options.background.clock.cookie.dateStyle = newValue;
|
||||
}
|
||||
Config.options.background.clock.cookie.dateStyle = newValue;
|
||||
}
|
||||
options: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user