add show_gcode_window preference

This commit is contained in:
SoftFever 2023-03-14 21:29:58 +08:00
parent 5a986c18a1
commit 02b3cd119a
5 changed files with 19 additions and 2 deletions

View file

@ -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