mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: backup switch take effect
Change-Id: Ie9740d7f985ae6adc2778eaac0a80cf7a94c98c4
This commit is contained in:
parent
bda92795bb
commit
9558ed242c
4 changed files with 22 additions and 6 deletions
|
@ -286,7 +286,7 @@ void AppConfig::set_defaults()
|
|||
}
|
||||
|
||||
if (get("backup_switch").empty()) {
|
||||
set_bool("backup_switch", false);
|
||||
set_bool("backup_switch", true);
|
||||
}
|
||||
|
||||
if (get("backup_interval").empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue