mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Adapt GUI to new XS Config
This commit is contained in:
@@ -305,7 +305,7 @@ sub load_config {
|
||||
my ($config) = @_;
|
||||
|
||||
foreach my $tab (values %{$self->{options_tabs}}) {
|
||||
$tab->set_value($_, $config->$_) for keys %$config;
|
||||
$tab->set_value($_, $config->$_) for @{$config->get_keys};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user