Browse Source

GUI: Add notice regarding reimplemented taskbar

pull/2940/merge
Amrsatrio 2 years ago
parent
commit
30eb7b2bb0
  1. 1
      ep_gui/resources/EPSettingsResources.h
  2. 1
      ep_gui/resources/lang/ep_gui.en-US.rc
  3. 4
      ep_gui/resources/settings.reg

1
ep_gui/resources/EPSettingsResources.h

@ -49,6 +49,7 @@
#define IDS_TB_ICONSIZE_1 1045 #define IDS_TB_ICONSIZE_1 1045
#define IDS_TB_ICONSIZE_0 1046 #define IDS_TB_ICONSIZE_0 1046
#define IDS_TB_STYLE_2 1047 #define IDS_TB_STYLE_2 1047
#define IDS_TB_ALTIMPL_NOTICE 1048
#define IDS_TRAY 1101 #define IDS_TRAY 1101
#define IDS_TRAY_SKINMENUS 1102 #define IDS_TRAY_SKINMENUS 1102

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

@ -83,6 +83,7 @@ BEGIN
IDS_TB_ICONSIZE "Taskbar icon size" IDS_TB_ICONSIZE "Taskbar icon size"
IDS_TB_ICONSIZE_1 "Small" IDS_TB_ICONSIZE_1 "Small"
IDS_TB_ICONSIZE_0 "Large (default)" IDS_TB_ICONSIZE_0 "Large (default)"
IDS_TB_ALTIMPL_NOTICE "Important notice regarding ExplorerPatcher's taskbar implementation (online)"
IDS_TRAY "System tray" IDS_TRAY "System tray"

4
ep_gui/resources/settings.reg

@ -104,6 +104,10 @@
;x 0 %R:1046% ;x 0 %R:1046%
"TaskbarSmallIcons"=dword:00000000 "TaskbarSmallIcons"=dword:00000000
;g Taskbar_Windows10Section ;g Taskbar_Windows10Section
;s Taskbar_AltImplSection IsAltImplTaskbar
;y %R:1048%
;https://github.com/valinet/ExplorerPatcher/wiki/ExplorerPatcher's-taskbar-implementation
;g Taskbar_AltImplSection
;T %R:1101% ;T %R:1101%

Loading…
Cancel
Save