You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user