mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 15:45:30 +00:00
PresetUpdater: Bundle incompatibility / Slic3r downgrade scnario
This commit is contained in:
@@ -60,10 +60,10 @@ void set_app_config(AppConfig *app_config)
|
||||
bool check_unsaved_changes()
|
||||
%code%{ RETVAL=Slic3r::GUI::check_unsaved_changes(); %};
|
||||
|
||||
void config_wizard_startup(int app_config_exists)
|
||||
bool config_wizard_startup(int app_config_exists)
|
||||
%code%{
|
||||
try {
|
||||
Slic3r::GUI::config_wizard_startup(app_config_exists != 0);
|
||||
RETVAL=Slic3r::GUI::config_wizard_startup(app_config_exists != 0);
|
||||
} catch (std::exception& e) {
|
||||
croak("%s\n", e.what());
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
PresetUpdater(int version_online_event);
|
||||
void sync(PresetBundle* preset_bundle);
|
||||
void slic3r_update_notify();
|
||||
void config_update();
|
||||
bool config_update();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user