From e1b6427929b21e7012d5e0a2d8b560f3d23f04ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Thi=E1=BB=87n=20L=E1=BB=99c?= Date: Thu, 6 Aug 2026 11:33:17 +0700 Subject: [PATCH] fix(settings): hide removed widget tooltip (#3003) (cherry picked from commit 82b1b36b1a5c149e9e422e999fe9d9d5162822be) --- quickshell/Modules/Settings/WidgetsTabSection.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/quickshell/Modules/Settings/WidgetsTabSection.qml b/quickshell/Modules/Settings/WidgetsTabSection.qml index c0712566f..24e24cfa8 100644 --- a/quickshell/Modules/Settings/WidgetsTabSection.qml +++ b/quickshell/Modules/Settings/WidgetsTabSection.qml @@ -18,6 +18,8 @@ Column { id: sharedTooltip } + Component.onDestruction: sharedTooltip.hide() + signal itemEnabledChanged(string sectionId, string itemId, bool enabled) signal itemOrderChanged(string sectionId, var orderedIds) signal addWidget(string sectionId) @@ -1215,6 +1217,7 @@ Column { iconSize: 18 iconColor: Theme.error onClicked: { + sharedTooltip.hide(); root.removeWidget(root.sectionId, index); } onEntered: {