mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Automatically save presets after running the wizard
This commit is contained in:
parent
885ab5844e
commit
33e160c1ed
2 changed files with 36 additions and 26 deletions
|
@ -313,6 +313,11 @@ sub config_wizard {
|
|||
}
|
||||
}
|
||||
$self->load_config($config);
|
||||
if ($self->{mode} eq 'expert') {
|
||||
for my $tab (values %{$self->{options_tabs}}) {
|
||||
$tab->save_preset('My Settings');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue