Merge pull request #22691 from jfmichaud31/fix_export_editor
Fix #22588: missing preset save after removing a export preset.
This commit is contained in:
commit
89d955615a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue