From 525d2855cad5d693999602ba1418c532ab7887d6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 16 May 2026 09:41:06 +0200 Subject: [PATCH] No need for this tool tip --- .../omarchy-shell/plugins/bar/widgets/controlCenter.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/controlCenter.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/controlCenter.qml index 82297c7e..165feeea 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/controlCenter.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/controlCenter.qml @@ -145,7 +145,6 @@ Item { bar: root.bar text: "󰙪" fontSize: 12 - tooltipText: "Quick Settings" onPressed: function() { root.popupOpen = !root.popupOpen } }