mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
fix: Show Labels and Show Overhang toggles not being saved (#12218)
* fix: Show Labels and Show Overhang toggles not being saved * refactor: use get_bool and add comments
This commit is contained in:
@@ -252,6 +252,12 @@ void AppConfig::set_defaults()
|
||||
if (get("show_axes").empty())
|
||||
set_bool("show_axes", true);
|
||||
|
||||
if (get("show_labels").empty())
|
||||
set_bool("show_labels", false);
|
||||
|
||||
if (get("show_overhang").empty())
|
||||
set_bool("show_overhang", false);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
//#ifdef SUPPORT_3D_CONNEXION
|
||||
|
||||
Reference in New Issue
Block a user