mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Added item menu 'Edit/Show labels' and removed labels activation from preferences dialog
This commit is contained in:
parent
9f536291b0
commit
3ec4b77dcd
9 changed files with 43 additions and 35 deletions
|
@ -95,11 +95,6 @@ void AppConfig::set_defaults()
|
|||
set("use_free_camera", "0");
|
||||
#endif // ENABLE_6DOF_CAMERA
|
||||
|
||||
#if ENABLE_SHOW_SCENE_LABELS
|
||||
if (get("show_labels").empty())
|
||||
set("show_labels", "0");
|
||||
#endif // ENABLE_SHOW_SCENE_LABELS
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("", "main_frame_maximized");
|
||||
erase("", "main_frame_pos");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue