mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
fix RecentDatabases, closes #386
This commit is contained in:
parent
1418712b4c
commit
7ca13b3d51
3 changed files with 20 additions and 8 deletions
|
@ -378,6 +378,11 @@ void MainWindow::openRecentDatabase(QAction* action)
|
|||
void MainWindow::clearLastDatabases()
|
||||
{
|
||||
config()->set("LastDatabases", QVariant());
|
||||
bool inWelcomeWidget = (m_ui->stackedWidget->currentIndex() == 2);
|
||||
|
||||
if (inWelcomeWidget) {
|
||||
m_ui->welcomeWidget->refreshLastDatabases();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::openDatabase(const QString& fileName, const QString& pw, const QString& keyFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue