mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Merge branch '2.0'
This commit is contained in:
commit
ad834f0f58
10 changed files with 38 additions and 12 deletions
|
@ -391,6 +391,9 @@ bool DatabaseTabWidget::saveDatabaseAs(Database* db)
|
|||
return false;
|
||||
}
|
||||
|
||||
// refresh fileinfo since the file didn't exist before
|
||||
fileInfo.refresh();
|
||||
|
||||
dbStruct.modified = false;
|
||||
dbStruct.saveToFilename = true;
|
||||
dbStruct.readOnly = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue