mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
Fix reSelect entry & group on loadDb
This commit is contained in:
parent
e8dfa9cfa1
commit
260c84ccf0
@ -1084,6 +1084,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…
x
Reference in New Issue
Block a user