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