Merge branch 'main' into dev/p2s-pr

This commit is contained in:
Noisyfox
2025-11-10 08:55:30 +08:00
committed by GitHub
2 changed files with 12 additions and 3 deletions

View File

@@ -953,8 +953,7 @@ void GUI_App::post_init()
}
#endif
if (!app_config->get_stealth_mode())
hms_query = new HMSQuery();
hms_query = new HMSQuery();
m_show_gcode_window = app_config->get_bool("show_gcode_window");
if (m_networking_need_update) {