Add option to disable loading scripts in ScriptCreateDialog
This commit is contained in:
@ -1761,7 +1761,7 @@ void FileSystemDock::_file_option(int p_option, const Vector<String> &p_selected
|
||||
if (!fpath.ends_with("/")) {
|
||||
fpath = fpath.get_base_dir();
|
||||
}
|
||||
make_script_dialog->config("Node", fpath.plus_file("new_script.gd"), false);
|
||||
make_script_dialog->config("Node", fpath.plus_file("new_script.gd"), false, false);
|
||||
make_script_dialog->popup_centered();
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user