|
|
|
|
@ -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) {
|
|
|
|
|
|