Revert "Actually fix CustomTrayMenu, fix some positioning"

This reverts commit 739e0854a3.
This commit is contained in:
ly-sec 2025-07-16 14:11:08 +02:00
parent 739e0854a3
commit b355efbc98

View file

@ -33,6 +33,8 @@ 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;