mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Proper way to handle cancel signal to go back
This commit is contained in:
parent
cd809165db
commit
20b2de59c5
1 changed files with 9 additions and 0 deletions
|
@ -64,6 +64,11 @@ Item
|
|||
bottomButton.enabled = false
|
||||
bottomButton.text = "Creating profile..."
|
||||
}
|
||||
onCancel:
|
||||
{
|
||||
locationView.state = "selectLocation"
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
State
|
||||
|
@ -85,6 +90,10 @@ Item
|
|||
locationView.attemptLogin = true
|
||||
attemptTimer.start()
|
||||
}
|
||||
onCancel:
|
||||
{
|
||||
locationView.state = "selectLocation"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue