Skip to content

Commit

Permalink
GUI: Add option for ep_taskbar tray overflow style
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Mar 11, 2024
1 parent 0791bd7 commit fc61884
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ep_gui/resources/EPSettingsResources.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions ep_gui/resources/lang/ep_gui.en-US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
7 changes: 7 additions & 0 deletions ep_gui/resources/settings.reg
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit fc61884

Please sign in to comment.