From fba3a54f82faf3a4faf0987c862905ebfe1d6a36 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sun, 5 Oct 2025 20:51:02 +0300 Subject: [PATCH] add a note to date styles --- .../ii/modules/settings/InterfaceConfig.qml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index d9d1ada3c..325fbeb4f 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -251,6 +251,11 @@ ContentPage { icon: "deselect", value: "none" }, + { + displayName: Translation.tr("Bubble"), + icon: "bubble_chart", + value: "bubble" + }, { displayName: Translation.tr("Rotating"), icon: "rotate_right", @@ -260,15 +265,16 @@ ContentPage { displayName: Translation.tr("Square"), icon: "square", value: "square" - }, - { - displayName: Translation.tr("Bubble"), - icon: "bubble_chart", - value: "bubble" } ] } } + StyledText { + Layout.leftMargin: 10 + color: Appearance.colors.colSubtext + font.pixelSize: Appearance.font.pixelSize.smallie + text: Translation.tr("'Rotating' and 'Square' styles are not compatible with dial styles for aesthetic reasons") + } ConfigSpinBox {