fix not being able to use dial dots with date

This commit is contained in:
end-4
2025-10-05 21:32:06 +02:00
parent d2ff23813d
commit fc5a5d7f63
@@ -214,13 +214,8 @@ ContentPage {
ConfigSelectionArray { ConfigSelectionArray {
currentValue: Config.options.background.clock.cookie.dateStyle currentValue: Config.options.background.clock.cookie.dateStyle
onSelected: newValue => { onSelected: newValue => {
if (newValue !== "bubble" && Config.options.background.clock.cookie.dialNumberStyle === "none") {
Config.options.background.clock.cookie.dateStyle = newValue; Config.options.background.clock.cookie.dateStyle = newValue;
} }
if (newValue === "bubble" || newValue === "none") {
Config.options.background.clock.cookie.dateStyle = newValue;
}
}
options: [ options: [
{ {
displayName: Translation.tr("None"), displayName: Translation.tr("None"),