Auto arrange plate after cloning (#6009)

* Auto arrange plate after cloning
This commit is contained in:
Vovodroid
2024-07-11 18:54:42 +03:00
committed by GitHub
parent 230a4aaad8
commit 45224eee21
3 changed files with 8 additions and 0 deletions

View File

@@ -253,6 +253,10 @@ void AppConfig::set_defaults()
set_bool("show_splash_screen", true);
}
if(get("auto_arrange").empty()) {
set_bool("auto_arrange", true);
}
if (get("show_model_mesh").empty()) {
set_bool("show_model_mesh", false);
}