mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-03 04:10:36 +08:00
Follow-up ada1fc37: Revert "Configuration" menu in GcodeViewer
This commit is contained in:
parent
9a97be2433
commit
a672b9587c
@ -1751,7 +1751,7 @@ void MainFrame::init_menubar_as_gcodeviewer()
|
||||
m_menubar->Append(fileMenu, _L("&File"));
|
||||
if (viewMenu != nullptr) m_menubar->Append(viewMenu, _L("&View"));
|
||||
// Add additional menus from C++
|
||||
// wxGetApp().add_config_menu(m_menubar);
|
||||
m_menubar->Append(wxGetApp().get_config_menu(), _L("&Configuration"));
|
||||
m_menubar->Append(helpMenu, _L("&Help"));
|
||||
SetMenuBar(m_menubar);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user