Added info message about successfully save of the preset(s) modifications

+ more warnings fixes
This commit is contained in:
YuSanka 2020-10-06 12:32:11 +02:00
parent dbedd3f9b0
commit 764565dbc3
5 changed files with 22 additions and 20 deletions

View file

@ -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"));
}
}