FIX:fixed issue of not displaying load/unload entries

Change-Id: I6e264de950f194a93055c4120a025ce37d1e2b15
This commit is contained in:
tao wang 2023-08-03 17:06:32 +08:00 committed by lane.wei
parent e599469d01
commit 7174712e29
5 changed files with 12 additions and 45 deletions

View file

@ -318,7 +318,7 @@ public:
wxBoxSizer *create_ams_group(wxWindow *parent);
wxBoxSizer *create_settings_group(wxWindow *parent);
void show_ams_group(bool show = true, bool support_virtual_tray = true, bool support_extrustion_cali = true, bool support_vt_load = true);
void show_ams_group(bool show = true, bool support_virtual_tray = true, bool support_extrustion_cali = true);
};