mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Fix reSelect entry & group on loadDb
This commit is contained in:
parent
5ea46d4c12
commit
c9e7ffadad
1 changed files with 3 additions and 0 deletions
|
@ -1081,6 +1081,9 @@ void DatabaseWidget::loadDatabase(bool accepted)
|
|||
replaceDatabase(openWidget->database());
|
||||
switchToMainView();
|
||||
processAutoOpen();
|
||||
restoreGroupEntryFocus(m_groupBeforeLock, m_entryBeforeLock);
|
||||
m_groupBeforeLock = QUuid();
|
||||
m_entryBeforeLock = QUuid();
|
||||
m_saveAttempts = 0;
|
||||
emit databaseUnlocked();
|
||||
if (config()->get(Config::MinimizeAfterUnlock).toBool()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue