mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Bugfix: configuration wizard was broken. #2210
This commit is contained in:
parent
321b70115b
commit
24d67c42c6
3 changed files with 14 additions and 17 deletions
|
@ -580,6 +580,8 @@ sub config_wizard {
|
|||
for my $tab (values %{$self->{options_tabs}}) {
|
||||
$tab->select_default_preset;
|
||||
}
|
||||
} else {
|
||||
# TODO: select default settings in simple mode
|
||||
}
|
||||
$self->load_config($config);
|
||||
if ($self->{mode} eq 'expert') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue