File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments