From 33730dd5845d1193b429df9ce9f5aa111e89a55c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 29 Sep 2019 21:32:24 -0700 Subject: [PATCH] Display the update tooltip on launch if an update is available --- app/gui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/main.qml b/app/gui/main.qml index cc353b31..e4da653e 100644 --- a/app/gui/main.qml +++ b/app/gui/main.qml @@ -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