mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[PTRun]Remove default images (app.dark.png fix) (#26843)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 166 B |
Binary file not shown.
|
Before Width: | Height: | Size: 154 B |
@@ -14,7 +14,6 @@
|
||||
WindowStartupLocation="Manual"
|
||||
AllowDrop="True"
|
||||
ShowInTaskbar="False"
|
||||
Icon="Images/app.dark.png"
|
||||
AllowsTransparency="True"
|
||||
SourceInitialized="OnSourceInitialized"
|
||||
Loaded="OnLoaded"
|
||||
|
||||
@@ -53,9 +53,6 @@
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="app.png" />
|
||||
<None Remove="Images\app.dark.png" />
|
||||
<None Remove="Images\app.light.png" />
|
||||
<None Remove="Images\app.light1.png" />
|
||||
<None Remove="Images\app_error.dark.png" />
|
||||
<None Remove="Images\app_error.light.png" />
|
||||
<None Remove="Images\RunResource.ico" />
|
||||
@@ -65,12 +62,6 @@
|
||||
<Content Include="app.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\app.dark.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\app.light.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Images\app_error.dark.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user