mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Reimplement export module for OSX
This commit is contained in:
parent
320c1af616
commit
5b44f092f9
2 changed files with 203 additions and 328 deletions
|
|
@ -235,7 +235,7 @@ void ProjectExportDialog::_edit_preset(int p_index) {
|
|||
export_button->set_disabled(true);
|
||||
|
||||
} else {
|
||||
export_error->show();
|
||||
export_error->hide();
|
||||
export_templates_error->hide();
|
||||
export_button->set_disabled(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue