Possible fix for unknown screen (bar not displaying)

This commit is contained in:
Ly-sec 2025-08-19 13:16:03 +02:00
parent 7b26ddaa32
commit 1993e28c18
4 changed files with 51 additions and 1 deletions

View file

@ -169,6 +169,8 @@ Item {
NTooltip {
id: tooltip
positionAbove: Settings.data.bar.barPosition === "bottom"
positionLeft: Settings.data.bar.barPosition === "right"
positionRight: Settings.data.bar.barPosition === "left"
target: pill
delay: Style.tooltipDelayLong
text: root.tooltipText