Fix issue that filament is rolled back and forth when click ams slots

This commit is contained in:
Noisyfox
2025-05-24 23:23:42 +08:00
parent 65936b34c1
commit 6e47c0c175
2 changed files with 22 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ public:
AMSModel m_is_none_ams_mode{AMSModel::EXT_AMS};
void SetAmsModel(AMSModel mode, AMSModel ext_mode) {m_ams_model = mode; m_ext_model = ext_mode;};
void AmsSelectedSwitch(wxCommandEvent& event);
void SetActionState(bool button_status[]);
void EnterNoneAMSMode();