mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
ConfigWizard: Add reset option, fixes
Fix mock vendors
This commit is contained in:
parent
c884f3b213
commit
81c6ad3ab7
9 changed files with 102 additions and 78 deletions
|
@ -16,7 +16,7 @@ namespace GUI {
|
|||
class ConfigWizard: public wxDialog
|
||||
{
|
||||
public:
|
||||
ConfigWizard(wxWindow *parent, bool fresh_start);
|
||||
ConfigWizard(wxWindow *parent, bool startup, bool empty_datadir);
|
||||
ConfigWizard(ConfigWizard &&) = delete;
|
||||
ConfigWizard(const ConfigWizard &) = delete;
|
||||
ConfigWizard &operator=(ConfigWizard &&) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue