mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-07 02:36:32 +08:00
Last pieces of refactor
This commit is contained in:
parent
5fb873c381
commit
e15e628645
@ -46,12 +46,8 @@ main(int argc, char **argv)
|
||||
DynamicPrintConfig print_config;
|
||||
|
||||
#ifdef USE_WX
|
||||
std::shared_ptr<GUI::Settings> gui_config = std::make_shared<GUI::Settings>();
|
||||
|
||||
GUI::App *gui = new GUI::App(gui_config);
|
||||
GUI::App *gui = new GUI::App();
|
||||
|
||||
gui_config->show_host = true;
|
||||
|
||||
GUI::App::SetInstance(gui);
|
||||
wxEntry(argc, argv);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user