mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Remove duplicated speed dial menu on macOS
This commit is contained in:
@@ -3424,11 +3424,6 @@ void MainFrame::init_menubar_as_editor()
|
|||||||
wxGetApp().open_preferences();
|
wxGetApp().open_preferences();
|
||||||
},
|
},
|
||||||
"", nullptr, []() { return true; }, this, 1);
|
"", nullptr, []() { return true; }, this, 1);
|
||||||
parent_menu->AppendSeparator();
|
|
||||||
append_shortcut_item(
|
|
||||||
parent_menu, Shortcut::SpeedDial, false, _L("Open speed dial"), "",
|
|
||||||
[](wxCommandEvent &) { wxGetApp().open_speed_dial(); },
|
|
||||||
"", nullptr, []() { return true; }, this);
|
|
||||||
//parent_menu->Insert(1, preference_item);
|
//parent_menu->Insert(1, preference_item);
|
||||||
#endif
|
#endif
|
||||||
// Help menu
|
// Help menu
|
||||||
|
|||||||
Reference in New Issue
Block a user