mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-23 12:15:59 -05:00
Fix crash on database open from browser (#9939)
This commit is contained in:
parent
c5312d63f2
commit
7f33868d14
3 changed files with 11 additions and 3 deletions
|
|
@ -115,7 +115,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