FIX: fix the APPLE macro

jira: [none]
Change-Id: Ibcdccbf987776f691bdae8a1ae14e817ccbd90dd
(cherry picked from commit a8b7870fe2088138c3c28e2336f58c03e09e54ad)
This commit is contained in:
xin.zhang 2025-02-14 15:09:34 +08:00 committed by Noisyfox
parent 650c82132d
commit 360eb8e190

View file

@ -3947,9 +3947,9 @@ void StatusPanel::on_set_chamber_temp()
}
/*the dialog will be blocked APPLE, let the printer send back message*/
#ifndef _APPLE
#ifndef __APPLE__
if (champer_switch_head_dlg->ShowModal() != wxID_OK) { return; }
#endif // _APPLE
#endif // __APPLE__
}
obj->command_set_chamber(chamber_temp);