Browse Source

GUI: Add option for ep_taskbar tray overflow style

pull/3235/head
Amrsatrio 2 years ago
parent
commit
fc61884c83
  1. 2
      ExplorerPatcher-L10N
  2. 3
      ep_gui/resources/EPSettingsResources.h
  3. 3
      ep_gui/resources/lang/ep_gui.en-US.rc
  4. 7
      ep_gui/resources/settings.reg

2
ExplorerPatcher-L10N

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

3
ep_gui/resources/EPSettingsResources.h

@ -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

3
ep_gui/resources/lang/ep_gui.en-US.rc

@ -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)"

7
ep_gui/resources/settings.reg

@ -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…
Cancel
Save