Actually fix CustomTrayMenu, fix some positioning

This commit is contained in:
ly-sec 2025-07-16 14:09:30 +02:00
parent fb3b5f5769
commit 739e0854a3

View file

@ -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;