mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #107065 from timothyqiu/scene-close-all
Allow closing all scene tabs via shortcut
This commit is contained in:
commit
4588542dfc
5 changed files with 6 additions and 4 deletions
|
|
@ -155,6 +155,7 @@ public:
|
|||
SCENE_REDO,
|
||||
SCENE_RELOAD_SAVED_SCENE,
|
||||
SCENE_CLOSE,
|
||||
SCENE_CLOSE_ALL,
|
||||
SCENE_QUIT,
|
||||
|
||||
FILE_EXPORT_MESH_LIBRARY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue