Add online status indicator.

Attempt to resync as soon as system goes online. #145
This commit is contained in:
Black Hat
2019-07-06 10:24:47 +08:00
parent 3501f964b5
commit 81fe2919ed
5 changed files with 52 additions and 5 deletions

View File

@@ -41,6 +41,8 @@ ApplicationWindow {
iconSource: ":/assets/img/icon.png"
isOnline: spectralController.isOnline
onShowWindow: window.showWindow()
}