forked from Shinonome/dots-hyprland
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