mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
add show_gcode_window preference
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user