mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-21 05:58:44 -04:00
Emit database changed event on single db lock
This commit is contained in:
parent
9e9ed8b532
commit
c1dbe27f25
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ void DatabaseTabWidget::lockAndSwitchToFirstUnlockedDatabase(int index)
|
|||
for (int i = 0, c = count(); i < c; ++i) {
|
||||
if (!databaseWidgetFromIndex(i)->isLocked()) {
|
||||
setCurrentIndex(i);
|
||||
emitActiveDatabaseChanged();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue