Fix crash on database open from browser (#9939)

This commit is contained in:
Sami Vänttinen 2023-10-24 06:08:41 +03:00 committed by GitHub
parent f93adaa854
commit 6f5f600559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -116,7 +116,7 @@ bool BrowserService::openDatabase(bool triggerUnlock)
return true;
}
if (triggerUnlock) {
if (triggerUnlock && !m_bringToFrontRequested) {
m_bringToFrontRequested = true;
updateWindowState();
emit requestUnlock();