1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Refactor toggling script list

This commit is contained in:
kobewi
2022-07-31 23:07:10 +02:00
parent f648de1a83
commit b4c92dbd0e
7 changed files with 33 additions and 14 deletions

View File

@@ -1256,4 +1256,5 @@ TextShaderEditor::TextShaderEditor() {
add_child(disk_changed);
_editor_settings_changed();
code_editor->show_toggle_scripts_button(); // TODO: Disabled for now, because it doesn't work properly.
}