Display the update tooltip on launch if an update is available
This commit is contained in:
parent
1cb03b1882
commit
33730dd584
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ ApplicationWindow {
|
|||
|
||||
ToolTip.delay: 1000
|
||||
ToolTip.timeout: 3000
|
||||
ToolTip.visible: hovered
|
||||
ToolTip.visible: hovered || visible
|
||||
|
||||
// Invisible until we get a callback notifying us that
|
||||
// an update is available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue