Skip to content

Commit 36e0572

Browse files
committed
Added a Windows icon previews... menu that links to icon preview images. #161
1 parent 4303f40 commit 36e0572

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

resources/configurations/shellanything.xml

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,57 @@
129129
</menu>
130130
</menu>
131131

132-
<menu separator="true />
132+
<menu separator="true" />
133133

134+
<menu name="Windows icon previews...">
135+
<icon path="C:\Windows\system32\shell32.dll" index="130" />
136+
<menu name="Windows 10 Home">
137+
<menu name="shell32.dll">
138+
<actions>
139+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 10 Home - shell32.dll icons.png" />
140+
</actions>
141+
</menu>
142+
<menu name="ieframe.dll">
143+
<actions>
144+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 10 Home - ieframe.dll icons.png" />
145+
</actions>
146+
</menu>
147+
<menu name="imageres.dll">
148+
<actions>
149+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 10 Home - imageres.dll icons.png" />
150+
</actions>
151+
</menu>
152+
<menu name="netshell.dll">
153+
<actions>
154+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 10 Home - netshell.dll icons.png" />
155+
</actions>
156+
</menu>
157+
</menu>
158+
159+
<menu name="Windows 11 Pro">
160+
<menu name="shell32.dll">
161+
<actions>
162+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 11 Pro - shell32.dll icons.png" />
163+
</actions>
164+
</menu>
165+
<menu name="ieframe.dll">
166+
<actions>
167+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 11 Pro - ieframe.dll icons.png" />
168+
</actions>
169+
</menu>
170+
<menu name="imageres.dll">
171+
<actions>
172+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 11 Pro - imageres.dll icons.png" />
173+
</actions>
174+
</menu>
175+
<menu name="netshell.dll">
176+
<actions>
177+
<open path="${application.directory}\..\resources\Windows Icon Tables\Win 11 Pro - netshell.dll icons.png" />
178+
</actions>
179+
</menu>
180+
</menu>
181+
</menu>
182+
134183
<menu name="More configurations files...">
135184
<icon path="C:\Windows\system32\shell32.dll" index="69" />
136185
<actions>
@@ -140,6 +189,7 @@
140189

141190
<menu name="Version ${application.version}">
142191
<icon path="${application.path}" index="0" />
192+
<validity istrue="${system.false}" />
143193
</menu>
144194

145195
</menu>

0 commit comments

Comments
 (0)