1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Hide "Built-in Script" option in the script creation dialog when not possible

This commit is contained in:
Michael Alexsander Silva Dias
2019-04-30 16:18:08 -03:00
parent acadfe0a49
commit 3eb5d1b525
2 changed files with 11 additions and 11 deletions

View File

@@ -58,6 +58,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
Button *path_button;
EditorFileDialog *file_browse;
CheckButton *internal;
Label *internal_label;
VBoxContainer *path_vb;
AcceptDialog *alert;
CreateDialog *select_class;