mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 17:39:10 -07:00
Fix: Dialog initialization ordering on OS X
Perform update_check after MainFrame is created
This commit is contained in:
@@ -101,6 +101,7 @@ PresetBundle::~PresetBundle()
|
||||
void PresetBundle::reset(bool delete_files)
|
||||
{
|
||||
// Clear the existing presets, delete their respective files.
|
||||
this->vendors.clear();
|
||||
this->prints .reset(delete_files);
|
||||
this->filaments.reset(delete_files);
|
||||
this->printers .reset(delete_files);
|
||||
|
||||
Reference in New Issue
Block a user