Actually fix CustomTrayMenu, fix some positioning
This commit is contained in:
parent
e19b6e9a47
commit
fb3b5f5769
7 changed files with 28 additions and 28 deletions
|
|
@ -136,7 +136,7 @@ Row {
|
|||
|
||||
StyledTooltip {
|
||||
id: trayTooltip
|
||||
text: modelData.name || modelData.id || "Tray Item"
|
||||
text: modelData.tooltipTitle || modelData.name || modelData.id || "Tray Item"
|
||||
tooltipVisible: false
|
||||
targetItem: trayIcon
|
||||
delay: 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue