mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 08:24:29 +08:00
ENH:show the entrance of the model mall on Mac OS
Change-Id: I6d40149a32d862247db3d4c446a0f3fa8e8bbac6
This commit is contained in:
parent
62b4be7341
commit
8eb84e8d4f
@ -2548,8 +2548,8 @@ void MainFrame::init_menubar_as_editor()
|
||||
m_menubar->Append(editMenu, wxString::Format("&%s", _L("Edit")));
|
||||
if (viewMenu)
|
||||
m_menubar->Append(viewMenu, wxString::Format("&%s", _L("View")));
|
||||
/*if (publishMenu)
|
||||
m_menubar->Append(publishMenu, wxString::Format("&%s", _L("3D Models")));*/
|
||||
if (publishMenu)
|
||||
m_menubar->Append(publishMenu, wxString::Format("&%s", _L("3D Models")));
|
||||
if (helpMenu)
|
||||
m_menubar->Append(helpMenu, wxString::Format("&%s", _L("Help")));
|
||||
SetMenuBar(m_menubar);
|
||||
|
Loading…
x
Reference in New Issue
Block a user