mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Added info message about successfully save of the preset(s) modifications
+ more warnings fixes
This commit is contained in:
parent
dbedd3f9b0
commit
764565dbc3
5 changed files with 22 additions and 20 deletions
|
@ -1583,6 +1583,8 @@ bool GUI_App::check_unsaved_changes(const wxString &header)
|
|||
// if we saved changes to the new presets, we should to
|
||||
// synchronize config.ini with the current selections.
|
||||
preset_bundle->export_selections(*app_config);
|
||||
|
||||
wxMessageBox(_L("The preset(s) modifications are successfully saved"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue