forked from Silverfish/proton-bridge
feat(GODT-2540): notify user of wrong IMAP password.
This commit is contained in:
@ -95,9 +95,11 @@ ApplicationWindow {
|
||||
root.showAndRise()
|
||||
}
|
||||
|
||||
function onSelectUser(userID) {
|
||||
function onSelectUser(userID, forceShowWindow) {
|
||||
contentWrapper.selectUser(userID)
|
||||
root.showAndRise()
|
||||
if (forceShowWindow) {
|
||||
root.showAndRise()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user