Add option to disable loading scripts in ScriptCreateDialog

This commit is contained in:
Michael Alexsander
2020-01-08 19:43:55 -03:00
parent e97e951741
commit 8708d44a50
5 changed files with 33 additions and 16 deletions

View File

@ -24,6 +24,8 @@
</argument>
<argument index="2" name="built_in_enabled" type="bool" default="true">
</argument>
<argument index="3" name="load_enabled" type="bool" default="true">
</argument>
<description>
Prefills required fields to configure the ScriptCreateDialog for use.
</description>