GODT-1453: clicking 'Sign in' from status window now selects the right account.

This commit is contained in:
Xavier Michelon
2023-01-26 17:27:09 +01:00
parent badebbef9f
commit 7e36b215fe
2 changed files with 4 additions and 4 deletions

View File

@ -87,8 +87,8 @@ QtObject {
mainWindow.showAndRise()
}
onShowSignIn: function(login) {
mainWindow.showSignIn(login)
onSelectUser: function(userID) {
mainWindow.selectUser(userID)
mainWindow.showAndRise()
}