mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:05:53 +08:00
Bugfix: configuration wizard crash 2 #1077
This commit is contained in:
parent
8c26f0da30
commit
55c413627f
@ -234,7 +234,9 @@ sub load_config {
|
|||||||
my ($config) = @_;
|
my ($config) = @_;
|
||||||
|
|
||||||
foreach my $tab (values %{$self->{options_tabs}}) {
|
foreach my $tab (values %{$self->{options_tabs}}) {
|
||||||
$tab->set_value($_, $config->$_) for keys %$config;
|
if ($self->{mode} eq 'expert') {
|
||||||
|
$tab->set_value($_, $config->$_) for keys %$config;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user