Modern looking icons for Apps folder on Win10/11.

This commit is contained in:
Eli Farmer
2022-12-30 11:52:30 +01:00
committed by ge0rdi
parent 1c95f17460
commit 7f492f3a9f
4 changed files with 4 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

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