mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 17:34:50 -05:00
Correct saving files to DropBox/Drive/OneDrive
* Replaces QSaveFile with QTemporaryFile * Added backup before save config setting * This method may cause data loss (see comments)
This commit is contained in:
parent
490f77137d
commit
d7f408e455
6 changed files with 48 additions and 14 deletions
|
|
@ -114,6 +114,7 @@ void Config::init(const QString& fileName)
|
|||
m_defaults.insert("AutoSaveAfterEveryChange", false);
|
||||
m_defaults.insert("AutoReloadOnChange", true);
|
||||
m_defaults.insert("AutoSaveOnExit", false);
|
||||
m_defaults.insert("BackupBeforeSave", false);
|
||||
m_defaults.insert("SearchLimitGroup", false);
|
||||
m_defaults.insert("MinimizeOnCopy", false);
|
||||
m_defaults.insert("UseGroupIconOnEntryCreation", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue