mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Merge pull request #1148 from hroncok/patch-1
Bugfix: configuration wizard crash 2 #1077
This commit is contained in:
@@ -252,7 +252,9 @@ sub load_config {
|
||||
my ($config) = @_;
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user