mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-28 01:10:55 +01:00
GUI: Add option for ep_taskbar tray overflow style
This commit is contained in:
parent
0791bd7ccf
commit
fc61884c83
@ -1 +1 @@
|
|||||||
Subproject commit 25b9ac6431efa6cea5461f41eae0376eb2642e26
|
Subproject commit a11d9c958e2ec0efa0eee9fbb975545d7924c9f0
|
@ -92,6 +92,9 @@
|
|||||||
#define IDS_TRAY_LANGSWITCHER_7 1140
|
#define IDS_TRAY_LANGSWITCHER_7 1140
|
||||||
#define IDS_TRAY_LANGSWITCHER_1 1141
|
#define IDS_TRAY_LANGSWITCHER_1 1141
|
||||||
#define IDS_TRAY_LANGSWITCHER_4 1142
|
#define IDS_TRAY_LANGSWITCHER_4 1142
|
||||||
|
#define IDS_TRAY_OVERFLOWSTYLE 1143
|
||||||
|
#define IDS_TRAY_OVERFLOWSTYLE_0 1144
|
||||||
|
#define IDS_TRAY_OVERFLOWSTYLE_1 1145
|
||||||
|
|
||||||
#define IDS_EXP 1201
|
#define IDS_EXP 1201
|
||||||
#define IDS_EXP_SHEXT_L1 1202
|
#define IDS_EXP_SHEXT_L1 1202
|
||||||
|
@ -98,6 +98,9 @@ BEGIN
|
|||||||
IDS_TRAY_SHOWDESKTOPBTN_0 "Disabled"
|
IDS_TRAY_SHOWDESKTOPBTN_0 "Disabled"
|
||||||
IDS_TRAY_SHOWDESKTOPBTN_2 "Hidden"
|
IDS_TRAY_SHOWDESKTOPBTN_2 "Hidden"
|
||||||
IDS_TRAY_SKINICONS "Apply Windows 11 style to system tray icons"
|
IDS_TRAY_SKINICONS "Apply Windows 11 style to system tray icons"
|
||||||
|
IDS_TRAY_OVERFLOWSTYLE "Hidden icons popup style"
|
||||||
|
IDS_TRAY_OVERFLOWSTYLE_0 "Windows 10 (default)"
|
||||||
|
IDS_TRAY_OVERFLOWSTYLE_1 "Windows 11"
|
||||||
IDS_TRAY_REPLACENETWORK_L1 "Choosing 'Open Network && Internet settings' when right clicking the"
|
IDS_TRAY_REPLACENETWORK_L1 "Choosing 'Open Network && Internet settings' when right clicking the"
|
||||||
IDS_TRAY_REPLACENETWORK_L2 "network icon should open"
|
IDS_TRAY_REPLACENETWORK_L2 "network icon should open"
|
||||||
IDS_TRAY_REPLACENETWORK_0 "Network section in the Settings app (default)"
|
IDS_TRAY_REPLACENETWORK_0 "Network section in the Settings app (default)"
|
||||||
|
@ -147,6 +147,13 @@
|
|||||||
;p 2
|
;p 2
|
||||||
;b %R:1112% *
|
;b %R:1112% *
|
||||||
"SkinIcons"=dword:00000001
|
"SkinIcons"=dword:00000001
|
||||||
|
;s Taskbar_AltImplSection IsAltImplTaskbar
|
||||||
|
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
||||||
|
;c 2 %R:1143% *
|
||||||
|
;x 0 %R:1144%
|
||||||
|
;x 1 %R:1145%
|
||||||
|
"TrayOverflowStyle"=dword:00000000
|
||||||
|
;g Taskbar_AltImplSection
|
||||||
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
|
||||||
;a %R:1113%
|
;a %R:1113%
|
||||||
;c 3 %R:1114%
|
;c 3 %R:1114%
|
||||||
|
Loading…
Reference in New Issue
Block a user