Skip to content

Commit 7f492f3

Browse files
bonzibuddge0rdi
authored andcommitted
Modern looking icons for Apps folder on Win10/11.
1 parent 1c95f17 commit 7f492f3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Src/StartMenu/StartMenuDLL/StartMenuDLL.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ END
349349
// remains consistent on all systems.
350350
IDI_APPICON ICON "..\\..\\Setup\\OpenShell.ico"
351351
IDI_APPSICON ICON "apps.ico"
352+
IDI_APPSICON10 ICON "apps10.ico"
353+
IDI_APPSICON11 ICON "apps11.ico"
352354
IDI_BTN_CLASSIC ICON "btn_aero.ico"
353355
IDI_START ICON "start.ico"
354356
IDI_START10 ICON "start10.ico"

Src/StartMenu/StartMenuDLL/apps10.ico

70.9 KB
Binary file not shown.

Src/StartMenu/StartMenuDLL/apps11.ico

80.3 KB
Binary file not shown.

Src/StartMenu/StartMenuDLL/resource.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
//
55
#define IDI_APPICON 1
66
#define IDI_APPSICON 2
7+
#define IDI_APPSICON10 3
8+
#define IDI_APPSICON11 4
79
#define IDD_RENAME 102
810
#define IDC_EDITNAME 102
911
#define IDD_RENAMER 103

0 commit comments

Comments
 (0)