mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW: [STUDIO-2476] design_staffpick
Change-Id: Ibe4d540ca31882e199437dc2811925e1a40680ec
This commit is contained in:
parent
20ad3c7f9a
commit
84580f6f94
8 changed files with 97 additions and 2 deletions
|
@ -285,6 +285,10 @@ void AppConfig::set_defaults()
|
|||
set("mouse_wheel", "0");
|
||||
}
|
||||
|
||||
if (get("staff_pick_switch").empty()) {
|
||||
set_bool("staff_pick_switch", true);
|
||||
}
|
||||
|
||||
if (get("backup_switch").empty()) {
|
||||
set_bool("backup_switch", true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue