mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: [STUDIO-2625] fix backup_switch from < 01.06.00.00
Change-Id: Iedc2e26bfc346fd7e92b4c2862f2cef1ca9aa96f
This commit is contained in:
parent
3e18543389
commit
bdc500d90f
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ void AppConfig::set_defaults()
|
|||
set_bool("sync_system_preset", true);
|
||||
}
|
||||
|
||||
if (get("backup_switch").empty()) {
|
||||
if (get("backup_switch").empty() || get("version") < "01.06.00.00") {
|
||||
set_bool("backup_switch", true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue