summaryrefslogtreecommitdiffstats
path: root/doc/classes/FileSystemDock.xml
diff options
context:
space:
mode:
authorMuller-Castro <37383316+Muller-Castro@users.noreply.github.com>2024-04-14 02:09:49 -0300
committerMuller-Castro <37383316+Muller-Castro@users.noreply.github.com>2024-04-16 16:21:49 -0300
commitc8ef9e6955882a04c7c2d1801cc911a1594c8f9f (patch)
tree4a4f7e93e53e7a7e7a9fca4642f7b7826676ae1c /doc/classes/FileSystemDock.xml
parent578d937927ea9735aa7a8e0535f57801406b0b82 (diff)
downloadredot-engine-c8ef9e6955882a04c7c2d1801cc911a1594c8f9f.tar.gz
Fix folder colors not present in editor dir dialog
Diffstat (limited to 'doc/classes/FileSystemDock.xml')
-rw-r--r--doc/classes/FileSystemDock.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/FileSystemDock.xml b/doc/classes/FileSystemDock.xml
index 9028dd4b9f..b3dc51ffaa 100644
--- a/doc/classes/FileSystemDock.xml
+++ b/doc/classes/FileSystemDock.xml
@@ -51,6 +51,11 @@
Emitted when a file is moved from [param old_file] path to [param new_file] path.
</description>
</signal>
+ <signal name="folder_color_changed">
+ <description>
+ Emitted when folders change color.
+ </description>
+ </signal>
<signal name="folder_moved">
<param index="0" name="old_folder" type="String" />
<param index="1" name="new_folder" type="String" />