From 1ce85bba28b7b8be4b8d987a061bc84276da5246 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Sun, 12 Apr 2026 09:23:44 +0200 Subject: [PATCH] Remove tooltips from dock nav buttons The ToolTip popups were overlapping the Home and Overview buttons, blocking click input. The icons are self-explanatory. --- containments/homescreens/folio/qml/FavouritesBar.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/containments/homescreens/folio/qml/FavouritesBar.qml b/containments/homescreens/folio/qml/FavouritesBar.qml index d1be0318..fe74dbca 100644 --- a/containments/homescreens/folio/qml/FavouritesBar.qml +++ b/containments/homescreens/folio/qml/FavouritesBar.qml @@ -73,10 +73,6 @@ MouseArea { hoverEnabled: true onClicked: MobileShellState.ShellDBusClient.openHomeScreen() } - - Controls.ToolTip.text: i18n("Home") - Controls.ToolTip.visible: homeMouseArea.containsMouse - Controls.ToolTip.delay: Kirigami.Units.toolTipDelay } // Overview button (convergence mode, right end) @@ -106,10 +102,6 @@ MouseArea { hoverEnabled: true onClicked: root.folio.triggerOverview() } - - Controls.ToolTip.text: i18n("Overview") - Controls.ToolTip.visible: overviewMouseArea.containsMouse - Controls.ToolTip.delay: Kirigami.Units.toolTipDelay } TaskManager.VirtualDesktopInfo {