summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2019-10-30 03:24:38 +0900
committervolzhs <volzhs@gmail.com>2019-10-30 03:31:33 +0900
commitbee6b94b77649bf75c4f91d1ea8c73d890e77860 (patch)
treeb132c96f7443cb0569cbd8cb6014c5f7a634d225 /editor/filesystem_dock.h
parentb8daad97790a2bb855336b94525d74153c966e0b (diff)
downloadredot-engine-bee6b94b77649bf75c4f91d1ea8c73d890e77860.tar.gz
Add "Set as main scene" on context menu in FileSystem panel
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index 49eb31e330..099f4ad273 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -74,6 +74,7 @@ private:
enum FileMenu {
FILE_OPEN,
FILE_INHERIT,
+ FILE_MAIN_SCENE,
FILE_INSTANCE,
FILE_ADD_FAVORITE,
FILE_REMOVE_FAVORITE,