diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-04-27 08:11:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 08:11:05 +0200 |
commit | d730ee66a4664c2142030fe3bfae4847b8990fa8 (patch) | |
tree | e3ae75aea931c758399138e776c6b296df6404b4 /editor/filesystem_dock.h | |
parent | 2feb24953c996c7548f101b8ee35939516dacb69 (diff) | |
parent | 0af6c39f36f4f1d302133cb826cfd1e934c1eee9 (diff) |
Merge pull request #8515 from attilix/folder-file-manager
Right-clicking a folder now gives the option Show in file manager
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 2b85cfa96d..77898aa6c2 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -76,7 +76,8 @@ private: enum FolderMenu { FOLDER_EXPAND_ALL, - FOLDER_COLLAPSE_ALL + FOLDER_COLLAPSE_ALL, + FOLDER_SHOW_IN_EXPLORER }; VBoxContainer *scanning_vb; |