mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
Modern looking icons for Apps folder on Win10/11.
This commit is contained in:
@@ -349,6 +349,8 @@ END
|
||||
// remains consistent on all systems.
|
||||
IDI_APPICON ICON "..\\..\\Setup\\OpenShell.ico"
|
||||
IDI_APPSICON ICON "apps.ico"
|
||||
IDI_APPSICON10 ICON "apps10.ico"
|
||||
IDI_APPSICON11 ICON "apps11.ico"
|
||||
IDI_BTN_CLASSIC ICON "btn_aero.ico"
|
||||
IDI_START ICON "start.ico"
|
||||
IDI_START10 ICON "start10.ico"
|
||||
|
||||
BIN
Src/StartMenu/StartMenuDLL/apps10.ico
Normal file
BIN
Src/StartMenu/StartMenuDLL/apps10.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
Src/StartMenu/StartMenuDLL/apps11.ico
Normal file
BIN
Src/StartMenu/StartMenuDLL/apps11.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
@@ -4,6 +4,8 @@
|
||||
//
|
||||
#define IDI_APPICON 1
|
||||
#define IDI_APPSICON 2
|
||||
#define IDI_APPSICON10 3
|
||||
#define IDI_APPSICON11 4
|
||||
#define IDD_RENAME 102
|
||||
#define IDC_EDITNAME 102
|
||||
#define IDD_RENAMER 103
|
||||
|
||||
Reference in New Issue
Block a user