fix promotion icon

This commit is contained in:
kwan.nguyen 2025-01-07 14:01:15 +07:00
parent 869502a72c
commit 0361f68f87
3 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -201,6 +201,9 @@
<Compile Include="Pages\Logs\LogInformationPage.xaml.cs">
<DependentUpon>LogInformationPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\Promotion\Promotion.xaml.cs">
<DependentUpon>Promotion.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\UserGuide\UserGuidePage.xaml.cs">
<DependentUpon>UserGuidePage.xaml</DependentUpon>
</Compile>
@ -299,6 +302,8 @@
<Content Include="Assets\LargeTile.scale-400.png" />
<Content Include="Assets\Logo-Pcut.jpg" />
<Content Include="Assets\logo.jpg" />
<Content Include="Assets\promotionIcon.gif" />
<Content Include="Assets\PromotionIcon.png" />
<Content Include="Assets\shutdown_mo.png" />
<Content Include="Assets\SmallTile.scale-100.png" />
<Content Include="Assets\SmallTile.scale-125.png" />
@ -378,6 +383,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\Promotion\Promotion.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\UserGuide\UserGuidePage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>

View File

@ -79,7 +79,7 @@
Background= "{ThemeResource SystemAccentColor}"
Margin="0,0,3,0">
<NavigationViewItem.Icon>
<BitmapIcon UriSource="ms-appx:///Assets/PromotionIcon.png" />
<BitmapIcon UriSource="ms-appx:///Assets/PromotionIcon.gif" ShowAsMonochrome="False" />
</NavigationViewItem.Icon>
</NavigationViewItem>