mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
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…
x
Reference in New Issue
Block a user