1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

Merge pull request #107065 from timothyqiu/scene-close-all

Allow closing all scene tabs via shortcut
This commit is contained in:
Thaddeus Crews
2025-09-20 13:41:37 -05:00
5 changed files with 6 additions and 4 deletions

View File

@@ -155,6 +155,7 @@ public:
SCENE_REDO,
SCENE_RELOAD_SAVED_SCENE,
SCENE_CLOSE,
SCENE_CLOSE_ALL,
SCENE_QUIT,
FILE_EXPORT_MESH_LIBRARY,