We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c2249 commit 8663041Copy full SHA for 8663041
1 file changed
src/menuCmdID.h
@@ -48,10 +48,11 @@
48
#define IDM_FILE_CLOSEALL_UNCHANGED (IDM_FILE + 24)
49
#define IDM_FILE_CONTAININGFOLDERASWORKSPACE (IDM_FILE + 25)
50
#define IDM_FILE_CLOSEALL_BUT_PINNED (IDM_FILE + 26)
51
+ #define IDM_FILE_OPEN_POWERSHELL (IDM_FILE + 27)
52
// IMPORTANT: If list above is modified, you have to change the following values:
53
54
// To be updated if new menu item(s) is (are) added in menu "File"
- #define IDM_FILEMENU_LASTONE IDM_FILE_CLOSEALL_BUT_PINNED
55
+ #define IDM_FILEMENU_LASTONE IDM_FILE_OPEN_POWERSHELL
56
57
// 0 based position of command "Exit" including the bars in the file menu
58
// and without counting "Recent files history" items
0 commit comments