mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Fix extra check that wasn't needed
This commit is contained in:
parent
17f4e23215
commit
e439e057a0
1 changed files with 0 additions and 3 deletions
|
@ -523,9 +523,6 @@ void DatabaseTabWidget::modified()
|
|||
{
|
||||
Q_ASSERT(qobject_cast<Database*>(sender()));
|
||||
|
||||
if (config()->get("AutoSaveAfterEveryChange").toBool()) {
|
||||
config()->set("LastDatabases", QVariant());
|
||||
}
|
||||
Database* db = static_cast<Database*>(sender());
|
||||
DatabaseManagerStruct& dbStruct = m_dbList[db];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue