mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Unlocked tray icon #37
This commit is contained in:
parent
5bb27b2989
commit
3bbf11e26f
9 changed files with 43 additions and 2 deletions
|
@ -658,6 +658,7 @@ void DatabaseWidget::openDatabase(bool accepted)
|
|||
if (accepted) {
|
||||
replaceDatabase(static_cast<DatabaseOpenWidget*>(sender())->database());
|
||||
setCurrentWidget(m_mainWidget);
|
||||
Q_EMIT unlockedDatabase();
|
||||
|
||||
// We won't need those anymore and KeePass1OpenWidget closes
|
||||
// the file in its dtor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue