mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Cleanup
This commit is contained in:
parent
9dcec6662e
commit
90a8ef8e9f
11 changed files with 23 additions and 73 deletions
|
@ -353,13 +353,13 @@ void add_debug_menu(wxMenuBar *menu, int event_language_change)
|
|||
//#endif
|
||||
}
|
||||
|
||||
void open_config_wizard(PresetBundle *preset_bundle)
|
||||
bool open_config_wizard(PresetBundle *preset_bundle)
|
||||
{
|
||||
if (g_wxMainFrame == nullptr) {
|
||||
throw std::runtime_error("Main frame not set");
|
||||
}
|
||||
|
||||
ConfigWizard::run(g_wxMainFrame, preset_bundle);
|
||||
return ConfigWizard::run(g_wxMainFrame, preset_bundle);
|
||||
}
|
||||
|
||||
void open_preferences_dialog(int event_preferences)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue