summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-05-12 22:39:05 +0200
committerkobewi <kobewi4e@gmail.com>2024-04-15 22:14:21 +0200
commit1fce8d8a91afa5ae739377990c32239ffbe11c3a (patch)
tree9de44fe4239d118d76a20c7d83ee55ae2b897bb5 /editor/filesystem_dock.cpp
parent4728ff30c0226b9918b29a6ba494dc61eae87639 (diff)
downloadredot-engine-1fce8d8a91afa5ae739377990c32239ffbe11c3a.tar.gz
Add tooltip plugin for AudioStream
Diffstat (limited to 'editor/filesystem_dock.cpp')
-rw-r--r--editor/filesystem_dock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp
index 2ed547a970..0472025aed 100644
--- a/editor/filesystem_dock.cpp
+++ b/editor/filesystem_dock.cpp
@@ -4128,6 +4128,7 @@ FileSystemDock::FileSystemDock() {
ProjectSettings::get_singleton()->connect("settings_changed", callable_mp(this, &FileSystemDock::_project_settings_changed));
add_resource_tooltip_plugin(memnew(EditorTextureTooltipPlugin));
+ add_resource_tooltip_plugin(memnew(EditorAudioStreamTooltipPlugin));
}
FileSystemDock::~FileSystemDock() {