mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Version number was not correctly saved
This commit is contained in:
@@ -89,7 +89,7 @@ sub OnInit {
|
||||
$last_version = $Settings->{_}{version};
|
||||
$Settings->{_}{mode} ||= 'expert';
|
||||
}
|
||||
$Settings->{_}{version} ||= $Slic3r::VERSION;
|
||||
$Settings->{_}{version} = $Slic3r::VERSION;
|
||||
Slic3r::GUI->save_settings;
|
||||
|
||||
# application frame
|
||||
|
||||
Reference in New Issue
Block a user