mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 09:06:45 +00:00
GODT-1453: clicking 'Sign in' from status window now selects the right account.
This commit is contained in:
@ -87,8 +87,8 @@ QtObject {
|
||||
mainWindow.showAndRise()
|
||||
}
|
||||
|
||||
onShowSignIn: function(login) {
|
||||
mainWindow.showSignIn(login)
|
||||
onSelectUser: function(userID) {
|
||||
mainWindow.selectUser(userID)
|
||||
mainWindow.showAndRise()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user