fix(AppMain): Show banner on startup if diconnected
This commit is contained in:
parent
ea0db55361
commit
d98c462092
|
@ -566,6 +566,11 @@ Item {
|
|||
processConnected()
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (!isConnected)
|
||||
processConnected()
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: rootStore.aboutModuleInst
|
||||
onAppVersionFetched: {
|
||||
|
|
Loading…
Reference in New Issue