Skip to content

Commit 275afe5

Browse files
committed
fix #28
1 parent d7845e3 commit 275afe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CommandTrayHost/configure.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ void get_command_submenu(std::vector<HMENU>& outVcHmenu)
24532453
if (!is_runas_admin)
24542454
{
24552455
AppendMenu(hSubMenu, MF_SEPARATOR, NULL, NULL);
2456-
AppendMenu(hSubMenu, MF_STRING, WM_TASKBARNOTIFY_MENUITEM_COMMAND_BASE + i * 0x10 + info_items_cnt + 5,
2456+
AppendMenu(hSubMenu, MF_STRING, WM_TASKBARNOTIFY_MENUITEM_COMMAND_BASE + i * 0x10 + info_items_cnt + 3,
24572457
utf8_to_wstring((*menu_translation_pointer)[mRunAsAdministrator]).c_str()
24582458
);
24592459
}

0 commit comments

Comments
 (0)