From fc5a5d7f63a5d2e9a5600cc365ad78fecd46627d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 5 Oct 2025 21:32:06 +0200 Subject: [PATCH] fix not being able to use dial dots with date --- .config/quickshell/ii/modules/settings/InterfaceConfig.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index f61802688..8d220d8ec 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -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: [ {