mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
DV6 loader now overwrites files when creating backups
This commit is contained in:
parent
c1a99850c6
commit
f9a2228b9c
@ -2575,7 +2575,7 @@ bool backup6 (const QString & path) {
|
|||||||
QDir hpath(history_path);
|
QDir hpath(history_path);
|
||||||
|
|
||||||
// Copy input data to backup location
|
// Copy input data to backup location
|
||||||
copyPath(ipath.absolutePath(), bpath.absolutePath());
|
copyPath(ipath.absolutePath(), bpath.absolutePath(), true);
|
||||||
|
|
||||||
// Create archive of settings file if needed (SET.BIN)
|
// Create archive of settings file if needed (SET.BIN)
|
||||||
bool backup_settings = true;
|
bool backup_settings = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user