1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-04 13:25:36 +01:00

Taskbar11: Option to use the stock taskbar context menu

This commit is contained in:
Valentin Radu 2022-11-17 03:13:27 +02:00
parent 53fad19901
commit 451db3c5b6
3 changed files with 4 additions and 3 deletions

View File

@ -2350,6 +2350,7 @@ LRESULT CALLBACK Shell_TrayWndMouseProc(
) )
{ {
if (!bOldTaskbar && if (!bOldTaskbar &&
!bNoPropertiesInContextMenu &&
nCode == HC_ACTION && nCode == HC_ACTION &&
wParam == WM_RBUTTONUP && wParam == WM_RBUTTONUP &&
IsPointOnEmptyAreaOfNewTaskbar(((MOUSEHOOKSTRUCT*)lParam)->pt) IsPointOnEmptyAreaOfNewTaskbar(((MOUSEHOOKSTRUCT*)lParam)->pt)

View File

@ -725,7 +725,7 @@
;d Enable SysListView32 for Explorer views * ;d Enable SysListView32 for Explorer views *
@="" @=""
[HKEY_CURRENT_USER\Software\ExplorerPatcher] [HKEY_CURRENT_USER\Software\ExplorerPatcher]
;b Hide the program settings item ("Properties") from the taskbar context menu ;b Do not change the taskbar context menu (e.g. do not display the "Properties" item)
"NoPropertiesInContextMenu"=dword:00000000 "NoPropertiesInContextMenu"=dword:00000000
;b Enable symbols download * ;b Enable symbols download *
"EnableSymbolDownload"=dword:00000001 "EnableSymbolDownload"=dword:00000001

View File

@ -560,7 +560,7 @@
;d Enable SysListView32 for Explorer views * ;d Enable SysListView32 for Explorer views *
@="" @=""
[HKEY_CURRENT_USER\Software\ExplorerPatcher] [HKEY_CURRENT_USER\Software\ExplorerPatcher]
;b Hide the program settings item ("Properties") from the taskbar context menu ;b Do not change the taskbar context menu (e.g. do not display the "Properties" item)
"NoPropertiesInContextMenu"=dword:00000000 "NoPropertiesInContextMenu"=dword:00000000
;b Enable symbols download * ;b Enable symbols download *
"EnableSymbolDownload"=dword:00000001 "EnableSymbolDownload"=dword:00000001