mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-21 13:46:31 -04:00
Emit database changed event on single db lock
This commit is contained in:
parent
9e9ed8b532
commit
c1dbe27f25
@ -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…
x
Reference in New Issue
Block a user