mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Merge pull request #1148 from hroncok/patch-1
Bugfix: configuration wizard crash 2 #1077
This commit is contained in:
commit
973d30a2b4
1 changed files with 3 additions and 1 deletions
|
@ -252,9 +252,11 @@ sub load_config {
|
|||
my ($config) = @_;
|
||||
|
||||
foreach my $tab (values %{$self->{options_tabs}}) {
|
||||
if ($self->{mode} eq 'expert') {
|
||||
$tab->set_value($_, $config->$_) for keys %$config;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub config_wizard {
|
||||
my $self = shift;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue