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
commit 4588542dfc
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
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,