Merge pull request #77069 from KoBeWi/turning_tooltips_into_music_player_BECAUSE_WHY_NOT
Add tooltip plugin for AudioStream
This commit is contained in:
commit
69a94c5e27
4 changed files with 39 additions and 2 deletions
|
|
@ -4184,6 +4184,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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue