mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Add option to turn outline on & off
This commit is contained in:
parent
445dc2b0f1
commit
f244aed9c0
4 changed files with 16 additions and 1 deletions
|
@ -200,6 +200,8 @@ void AppConfig::set_defaults()
|
|||
if (get("show_3d_navigator").empty())
|
||||
set_bool("show_3d_navigator", true);
|
||||
|
||||
if (get("show_outline").empty())
|
||||
set_bool("show_outline", false);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue