add show_gcode_window preference

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

View File

@@ -1096,6 +1096,7 @@ void GUI_App::post_init()
}
#endif
m_show_gcode_window = app_config->get("show_gcode_window") == "true";
if (m_networking_need_update) {
//updating networking
int ret = updating_bambu_networking();