parent
0b0e33a7b5
commit
54ece29720
@ -315,7 +315,6 @@ Page {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Connections {
|
||||
target: AWSClient
|
||||
onSignupResult: {
|
||||
@ -337,6 +336,10 @@ Page {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BusyOverlay {
|
||||
id: busyOverlay
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -8,6 +8,11 @@ Rectangle {
|
||||
|
||||
property bool shown: false
|
||||
|
||||
// Event eater
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
BusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user