mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: open new BambuStudio at fixed path
Change-Id: I4ebadf9d27c38243a3cb462c6723e61864169d9c
This commit is contained in:
@@ -1681,7 +1681,7 @@ void MainFrame::init_menubar_as_editor()
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
// New Window
|
||||
append_menu_item(fileMenu, wxID_ANY, _L("New Window") + "\tCtrl+N", _L("Start a new window"),
|
||||
append_menu_item(fileMenu, wxID_ANY, _L("New Window"), _L("Start a new window"),
|
||||
[](wxCommandEvent&) { start_new_slicer(); }, "", nullptr,
|
||||
[]{ return true; }, this);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user