mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
add show_gcode_window
preference
This commit is contained in:
parent
5a986c18a1
commit
02b3cd119a
5 changed files with 19 additions and 2 deletions
|
@ -175,6 +175,9 @@ void AppConfig::set_defaults()
|
|||
set_bool("show_hints", true);
|
||||
//#endif
|
||||
|
||||
if (get("show_gcode_window").empty())
|
||||
set_bool("show_gcode_window", true);
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue