Skip to content

Commit 4a0ae2c

Browse files
committed
Merge branch 'main' of github.com:bostrot/PowerToysRunPluginWinget
2 parents 2aa2d9b + 1ee80a9 commit 4a0ae2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Community.PowerToys.Run.Plugin.Winget.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
</ItemGroup>
6060

6161
<ItemGroup>
62-
<None Update="Images\WebSearch.dark.png">
62+
<None Update="Images\Winget.dark.png">
6363
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6464
</None>
65-
<None Update="Images\WebSearch.light.png">
65+
<None Update="Images\Winget.light.png">
6666
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6767
</None>
6868
</ItemGroup>

Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,11 @@ private void UpdateIconPath(Theme theme)
369369
{
370370
if (theme == Theme.Light || theme == Theme.HighContrastWhite)
371371
{
372-
_iconPath = "Images/WebSearch.light.png";
372+
_iconPath = "Images/Winget.light.png";
373373
}
374374
else
375375
{
376-
_iconPath = "Images/WebSearch.dark.png";
376+
_iconPath = "Images/Winget.dark.png";
377377
}
378378
}
379379

0 commit comments

Comments
 (0)