mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Revert "Fix FileSystem dock won't show any file folders"
This reverts commit 72856d633a.
Fixes #93022.
This commit is contained in:
@@ -90,18 +90,6 @@
|
||||
Emitted if at least one resource is reloaded when the filesystem is scanned.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="scan_started">
|
||||
<param index="0" name="complete_scan" type="bool" />
|
||||
<description>
|
||||
Emitted when a new scan of the project files has started.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="scan_stopped">
|
||||
<param index="0" name="complete_scan" type="bool" />
|
||||
<description>
|
||||
Emitted when a scan of the project files has ended.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="script_classes_updated">
|
||||
<description>
|
||||
Emitted when the list of global script classes gets updated.
|
||||
|
||||
Reference in New Issue
Block a user