From 4f153f3026ea7630120d100c6b5ced00feabe570 Mon Sep 17 00:00:00 2001 From: bbedward Date: Thu, 29 Jan 2026 13:07:06 -0500 Subject: [PATCH] settings: remove bad text --- quickshell/Modules/Settings/WindowRulesTab.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/quickshell/Modules/Settings/WindowRulesTab.qml b/quickshell/Modules/Settings/WindowRulesTab.qml index fc53cf21..6f48b1b2 100644 --- a/quickshell/Modules/Settings/WindowRulesTab.qml +++ b/quickshell/Modules/Settings/WindowRulesTab.qml @@ -429,14 +429,6 @@ Item { anchors.horizontalCenter: parent.horizontalCenter } - StyledText { - text: I18n.tr("Click + to add a rule for the focused window") - font.pixelSize: Theme.fontSizeSmall - 1 - color: Theme.surfaceVariantText - opacity: 0.7 - anchors.horizontalCenter: parent.horizontalCenter - } - Item { width: 1 height: Theme.spacingM