GODT-1455 Adding links to setup guide.

This commit is contained in:
Jakub
2021-12-06 14:06:08 +01:00
parent f851f4d5c2
commit f0b1ab55a2
4 changed files with 256 additions and 73 deletions

View File

@ -155,6 +155,13 @@ ApplicationWindow {
onDismissed: {
root.showSetup(null,"")
}
onFinished: {
// TODO: Do not close window. Trigger backend to check that
// there is a successfully connected client. Then backend
// should send another signal to close the setup guide.
root.showSetup(null,"")
}
}
}
@ -176,6 +183,7 @@ ApplicationWindow {
function showSetup(user, address) {
setupGuide.user = user
setupGuide.address = address
setupGuide.reset()
if (setupGuide.user) {
contentLayout._showSetup = true
} else {