[Settings]Fixes in Dashboard based on review comments (#29370)

* Fixes in Dashboard based on review comments.

* Text corrections
This commit is contained in:
Laszlo Nemeth
2023-10-23 18:14:17 +02:00
committed by GitHub
parent 78a94aecb9
commit ec4033b778
3 changed files with 2 additions and 48 deletions

View File

@@ -21,9 +21,6 @@
<!-- MRT from windows app sdk will search for a pri file with the same name of the module before defaulting to resources.pri -->
<ProjectPriFileName>PowerToys.Settings.pri</ProjectPriFileName>
</PropertyGroup>
<ItemGroup>
<None Remove="SettingsXAML\Views\DashboardPage.xaml" />
</ItemGroup>
<ItemGroup>
<Page Remove="SettingsXAML\App.xaml" />
@@ -127,11 +124,5 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Page Update="SettingsXAML\Views\DashboardPage.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
</Page>
</ItemGroup>
</Project>