mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-04 08:55:31 -05:00
Fix extra check that wasn't needed
This commit is contained in:
parent
17f4e23215
commit
e439e057a0
@ -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…
x
Reference in New Issue
Block a user