FIX: [STUDIO-2679] Hide extra icons

Change-Id: Ib5c1399b837c66ef1540393672a31a2e14635ac8
This commit is contained in:
maosheng.wei 2023-04-21 11:31:30 +08:00 committed by Lane.Wei
parent fd1955811e
commit 42bcec8101

View file

@ -736,6 +736,9 @@ PlaterPresetComboBox::PlaterPresetComboBox(wxWindow *parent, Preset::Type preset
else
switch_to_tab();
});
#ifdef __linux__
edit_btn->Hide();
#endif //__linux__
}
}