Skip to content

Commit 8663041

Browse files
donhogithub-actions[bot]
authored andcommitted
1 parent 61c2249 commit 8663041

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/menuCmdID.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@
4848
#define IDM_FILE_CLOSEALL_UNCHANGED (IDM_FILE + 24)
4949
#define IDM_FILE_CONTAININGFOLDERASWORKSPACE (IDM_FILE + 25)
5050
#define IDM_FILE_CLOSEALL_BUT_PINNED (IDM_FILE + 26)
51+
#define IDM_FILE_OPEN_POWERSHELL (IDM_FILE + 27)
5152
// IMPORTANT: If list above is modified, you have to change the following values:
5253

5354
// To be updated if new menu item(s) is (are) added in menu "File"
54-
#define IDM_FILEMENU_LASTONE IDM_FILE_CLOSEALL_BUT_PINNED
55+
#define IDM_FILEMENU_LASTONE IDM_FILE_OPEN_POWERSHELL
5556

5657
// 0 based position of command "Exit" including the bars in the file menu
5758
// and without counting "Recent files history" items

0 commit comments

Comments
 (0)