mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Coding style fixes.
This commit is contained in:
parent
bd5dd130e5
commit
2c88810459
2 changed files with 6 additions and 6 deletions
|
@ -210,12 +210,10 @@ bool DatabaseTabWidget::closeDatabase(Database* db)
|
|||
}
|
||||
}
|
||||
if (dbStruct.modified) {
|
||||
if(config()->get("AutoSaveOnExit").toBool())
|
||||
{
|
||||
if (config()->get("AutoSaveOnExit").toBool()) {
|
||||
saveDatabase(db);
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
QMessageBox::StandardButton result =
|
||||
QMessageBox::question(
|
||||
this, tr("Save changes?"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue