From d98c4620924bd772655e05f49cd01865528ad6b7 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Wed, 11 Jan 2023 17:06:31 +0300 Subject: [PATCH] fix(AppMain): Show banner on startup if diconnected --- ui/app/mainui/AppMain.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/app/mainui/AppMain.qml b/ui/app/mainui/AppMain.qml index 00af3f2406..68a9bf1af5 100644 --- a/ui/app/mainui/AppMain.qml +++ b/ui/app/mainui/AppMain.qml @@ -566,6 +566,11 @@ Item { processConnected() } + Component.onCompleted: { + if (!isConnected) + processConnected() + } + Connections { target: rootStore.aboutModuleInst onAppVersionFetched: {