Browse Source

Enable theming for message boxes

pull/2276/head
Austin Wise 5 years ago
parent
commit
12485a87ca
  1. 2
      ILSpy/app.manifest

2
ILSpy/app.manifest

@ -61,7 +61,6 @@
</application> </application>
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) --> <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!--
<dependency> <dependency>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity <assemblyIdentity
@ -74,6 +73,5 @@
/> />
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
-->
</assembly> </assembly>

Loading…
Cancel
Save