Fix signature for 'folder_moved' signal of FileSystemDock

This commit is contained in:
meap 2022-10-07 13:38:29 -03:00
parent 1baefceaba
commit 09b9d864a7
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
</signal>
<signal name="folder_moved">
<param index="0" name="old_folder" type="String" />
<param index="1" name="new_file" type="String" />
<param index="1" name="new_folder" type="String" />
<description>
</description>
</signal>