Display the update tooltip on launch if an update is available

This commit is contained in:
Cameron Gutman 2019-09-29 21:32:24 -07:00
parent 1cb03b1882
commit 33730dd584

View File

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