You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Disable Project Export button after deleting preset
(cherry picked from commit 2fc2d82465)
This commit is contained in:
@@ -631,6 +631,7 @@ void ProjectExportDialog::_delete_preset_confirm() {
|
||||
|
||||
int idx = presets->get_current();
|
||||
_edit_preset(-1);
|
||||
export_button->set_disabled(true);
|
||||
EditorExport::get_singleton()->remove_export_preset(idx);
|
||||
_update_presets();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user