[Settings] Migrate File Explorer Preview Settings (#5785)

* added MSTest project

* migrate file explorer preview settings

* updated test file

* fixed build
This commit is contained in:
Nkateko
2020-08-17 13:10:56 -07:00
committed by GitHub
parent 8bf730baae
commit 7af4ffe341
5 changed files with 449 additions and 330 deletions

View File

@@ -76,7 +76,7 @@
HorizontalAlignment="Left"
Margin="{StaticResource SmallTopBottomMargin}"
RelativePanel.Below="DescriptionPanel">
<Image Source="ms-appx:///Assets/Modules/PowerPreview.png" />
<Image Source="https://aka.ms/powerToysPowerPreviewSettingImage" />
</Border>
<StackPanel x:Name="LinksPanel"
@@ -86,7 +86,7 @@
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_FileExplorerAddOns">
<TextBlock x:Uid="Module_overview" />
</HyperlinkButton>
<HyperlinkButton NavigateUri="https://aka.ms/powerToysGiveFeedback">
<HyperlinkButton NavigateUri="https://github.com/microsoft/PowerToys/issues">
<TextBlock x:Uid="Give_Feedback" />
</HyperlinkButton>
</StackPanel>