Add initial sync indicator. #144
This commit is contained in:
11
qml/main.qml
11
qml/main.qml
@@ -68,6 +68,17 @@ ApplicationWindow {
|
||||
onActivated: Qt.quit()
|
||||
}
|
||||
|
||||
ToolTip {
|
||||
id: busyIndicator
|
||||
|
||||
parent: ApplicationWindow.overlay
|
||||
|
||||
visible: spectralController.busy
|
||||
text: "Loading, please wait"
|
||||
|
||||
font.pixelSize: 14
|
||||
}
|
||||
|
||||
ToolTip {
|
||||
id: errorControl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user