From 739e0854a355027dcc6a489744416516f6d8eba1 Mon Sep 17 00:00:00 2001 From: ly-sec Date: Wed, 16 Jul 2025 14:09:30 +0200 Subject: [PATCH] Actually fix CustomTrayMenu, fix some positioning --- Components/StyledTooltip.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Components/StyledTooltip.qml b/Components/StyledTooltip.qml index f94303c..1ad06a8 100644 --- a/Components/StyledTooltip.qml +++ b/Components/StyledTooltip.qml @@ -33,8 +33,6 @@ Window { x = pos.x - width / 2 + targetItem.width / 2; y = pos.y + 8; visible = true; - console.log("StyledTooltip _showNow called"); - console.log("StyledTooltip Theme.textPrimary:", Theme.textPrimary); } function _hideNow() { visible = false;