1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-09-24 03:28:26 +02:00

GUI: Add option for ep_taskbar tray overflow style

This commit is contained in:
Amrsatrio 2024-03-12 00:48:42 +07:00
parent 0791bd7ccf
commit fc61884c83
4 changed files with 14 additions and 1 deletions

@ -1 +1 @@
Subproject commit 25b9ac6431efa6cea5461f41eae0376eb2642e26
Subproject commit a11d9c958e2ec0efa0eee9fbb975545d7924c9f0

View File

@ -92,6 +92,9 @@
#define IDS_TRAY_LANGSWITCHER_7 1140
#define IDS_TRAY_LANGSWITCHER_1 1141
#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_SHEXT_L1 1202

View File

@ -98,6 +98,9 @@ BEGIN
IDS_TRAY_SHOWDESKTOPBTN_0 "Disabled"
IDS_TRAY_SHOWDESKTOPBTN_2 "Hidden"
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_L2 "network icon should open"
IDS_TRAY_REPLACENETWORK_0 "Network section in the Settings app (default)"

View File

@ -147,6 +147,13 @@
;p 2
;b %R:1112% *
"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]
;a %R:1113%
;c 3 %R:1114%