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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);
}