mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Revert "Bugfix: configuration wizard crash 2 #1077"
This reverts commit 55c413627f.
This commit is contained in:
@@ -252,9 +252,7 @@ sub load_config {
|
|||||||
my ($config) = @_;
|
my ($config) = @_;
|
||||||
|
|
||||||
foreach my $tab (values %{$self->{options_tabs}}) {
|
foreach my $tab (values %{$self->{options_tabs}}) {
|
||||||
if ($self->{mode} eq 'expert') {
|
$tab->set_value($_, $config->$_) for keys %$config;
|
||||||
$tab->set_value($_, $config->$_) for keys %$config;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user