mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-12 02:00:46 +01:00
GUI: Add notice regarding reimplemented taskbar
This commit is contained in:
parent
3c8809eaa8
commit
30eb7b2bb0
@ -49,6 +49,7 @@
|
||||
#define IDS_TB_ICONSIZE_1 1045
|
||||
#define IDS_TB_ICONSIZE_0 1046
|
||||
#define IDS_TB_STYLE_2 1047
|
||||
#define IDS_TB_ALTIMPL_NOTICE 1048
|
||||
|
||||
#define IDS_TRAY 1101
|
||||
#define IDS_TRAY_SKINMENUS 1102
|
||||
|
@ -83,6 +83,7 @@ BEGIN
|
||||
IDS_TB_ICONSIZE "Taskbar icon size"
|
||||
IDS_TB_ICONSIZE_1 "Small"
|
||||
IDS_TB_ICONSIZE_0 "Large (default)"
|
||||
IDS_TB_ALTIMPL_NOTICE "Important notice regarding ExplorerPatcher's taskbar implementation (online)"
|
||||
|
||||
IDS_TRAY "System tray"
|
||||
|
||||
|
@ -104,6 +104,10 @@
|
||||
;x 0 %R:1046%
|
||||
"TaskbarSmallIcons"=dword:00000000
|
||||
;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%
|
||||
|
Loading…
Reference in New Issue
Block a user