mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Unify Scripts Panel naming for the script and shader editors
Both use the same shortcut and action, so it makes sense to call it a Files panel as opposed to a Scripts panel.
This commit is contained in:
parent
4248411baf
commit
e8eeccebcb
15 changed files with 97 additions and 97 deletions
|
|
@ -1270,5 +1270,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.
|
||||
code_editor->show_toggle_files_button(); // TODO: Disabled for now, because it doesn't work properly.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue