mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Fix crash on database open from browser (#9939)
This commit is contained in:
parent
f93adaa854
commit
6f5f600559
3 changed files with 11 additions and 3 deletions
|
@ -116,7 +116,7 @@ bool BrowserService::openDatabase(bool triggerUnlock)
|
|||
return true;
|
||||
}
|
||||
|
||||
if (triggerUnlock) {
|
||||
if (triggerUnlock && !m_bringToFrontRequested) {
|
||||
m_bringToFrontRequested = true;
|
||||
updateWindowState();
|
||||
emit requestUnlock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue