mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Fixed upgrade of vendor profile from the application resources
after an upgrade of the application.
This commit is contained in:
parent
e19a74865b
commit
88bf7c852c
2 changed files with 18 additions and 6 deletions
|
@ -169,7 +169,8 @@ sub OnInit {
|
|||
$self->update_ui_from_settings;
|
||||
});
|
||||
|
||||
# The following event is emited by PresetUpdater (C++)
|
||||
# The following event is emited by PresetUpdater (C++) to inform about
|
||||
# the newer Slic3r application version avaiable online.
|
||||
EVT_COMMAND($self, -1, $VERSION_ONLINE_EVENT, sub {
|
||||
my ($self, $event) = @_;
|
||||
my $version = $event->GetString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue