mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
FIX: [STUDIO-2679] Hide extra icons
Change-Id: Ib5c1399b837c66ef1540393672a31a2e14635ac8
This commit is contained in:
parent
fd1955811e
commit
42bcec8101
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue