mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-20 18:56:07 -05:00
Rename config key for last opened databases.
This commit is contained in:
parent
bbf183bef7
commit
94ac9c9ea1
2 changed files with 2 additions and 2 deletions
|
|
@ -413,7 +413,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
|
|||
|
||||
if (openPreviousDatabasesOnStartup) {
|
||||
disconnect(m_ui->tabWidget, SIGNAL(databaseWithFileClosed(QString)), this, SLOT(rememberOpenDatabases(QString)));
|
||||
config()->set("OpenDatabasesOnExit", openDatabases);
|
||||
config()->set("LastOpenedDatabases", openDatabases);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue