mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 08:36:08 +08:00
FIX: [STUDIO-2679] Hide extra icons
Change-Id: Ib5c1399b837c66ef1540393672a31a2e14635ac8
This commit is contained in:
parent
fd1955811e
commit
42bcec8101
@ -736,6 +736,9 @@ PlaterPresetComboBox::PlaterPresetComboBox(wxWindow *parent, Preset::Type preset
|
|||||||
else
|
else
|
||||||
switch_to_tab();
|
switch_to_tab();
|
||||||
});
|
});
|
||||||
|
#ifdef __linux__
|
||||||
|
edit_btn->Hide();
|
||||||
|
#endif //__linux__
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user