diff options
author | kobewi <kobewi4e@gmail.com> | 2022-05-02 11:51:23 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-05-02 11:51:23 +0200 |
commit | 7f183d0361af4f846e6af272bb6898689806bb2f (patch) | |
tree | f314883c67645918022d0f711ecf9e03c3a35490 /editor/filesystem_dock.h | |
parent | 5c52b304713b07f2285047f018560d7492692a2a (diff) | |
download | redot-engine-7f183d0361af4f846e6af272bb6898689806bb2f.tar.gz |
Add Copy UID option to filesystem dock
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 1 |
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, |