From be370777f09adfb09f9781b4a509a424a1346e64 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 15:03:09 +0200 Subject: [PATCH] fix tooltip transparent --- modules/Flyout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Flyout.qml b/modules/Flyout.qml index 69fde22..e67c86f 100644 --- a/modules/Flyout.qml +++ b/modules/Flyout.qml @@ -33,7 +33,7 @@ PanelWindow { Rectangle { anchors.fill: parent color: M.Theme.base00 - opacity: M.Theme.barOpacity + opacity: Math.max(M.Theme.barOpacity, 0.85) topLeftRadius: 0 topRightRadius: 0 bottomLeftRadius: M.Theme.radius