mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Adapt GUI to new XS Config
This commit is contained in:
parent
4515d90052
commit
9fb62e671f
5 changed files with 44 additions and 13 deletions
|
@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue