mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-07 06:12:59 -04:00
Revert "Bugfix: configuration wizard crash 2 #1077"
This reverts commit 55c413627f8545fb5d2b75efb157d30689985d53.
This commit is contained in:
parent
973d30a2b4
commit
d801876ee9
@ -252,9 +252,7 @@ sub load_config {
|
||||
my ($config) = @_;
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user