Fix #22588: missing preset save after removing a export preset.
This commit is contained in:
parent
344a453bb8
commit
00616360a3
|
@ -1097,6 +1097,7 @@ Ref<EditorExportPreset> EditorExport::get_export_preset(int p_idx) {
|
|||
void EditorExport::remove_export_preset(int p_idx) {
|
||||
|
||||
export_presets.remove(p_idx);
|
||||
save_presets();
|
||||
}
|
||||
|
||||
void EditorExport::add_export_plugin(const Ref<EditorExportPlugin> &p_plugin) {
|
||||
|
|
Loading…
Reference in New Issue