summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-05-02 11:51:23 +0200
committerkobewi <kobewi4e@gmail.com>2022-05-02 11:51:23 +0200
commit7f183d0361af4f846e6af272bb6898689806bb2f (patch)
treef314883c67645918022d0f711ecf9e03c3a35490 /editor/filesystem_dock.h
parent5c52b304713b07f2285047f018560d7492692a2a (diff)
downloadredot-engine-7f183d0361af4f846e6af272bb6898689806bb2f.tar.gz
Add Copy UID option to filesystem dock
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 15fade2d95..736651c17c 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -94,6 +94,7 @@ private:
FILE_NEW_SCENE,
FILE_SHOW_IN_EXPLORER,
FILE_COPY_PATH,
+ FILE_COPY_UID,
FILE_NEW_RESOURCE,
FILE_NEW_TEXTFILE,
FOLDER_EXPAND_ALL,