mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
making the image not be based on a URL but on actual local image for instant loading (#10014)
This commit is contained in:
@@ -189,6 +189,9 @@
|
|||||||
</AppxManifest>
|
</AppxManifest>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include="..\..\..\doc\images\overview\PT hero image.png">
|
||||||
|
<Link>Assets\Modules\OOBE\PT hero image.png</Link>
|
||||||
|
</Content>
|
||||||
<Content Include="Assets\FluentIcons\FluentIconsColorPicker.png" />
|
<Content Include="Assets\FluentIcons\FluentIconsColorPicker.png" />
|
||||||
<Content Include="Assets\FluentIcons\FluentIconsFancyZones.png" />
|
<Content Include="Assets\FluentIcons\FluentIconsFancyZones.png" />
|
||||||
<Content Include="Assets\FluentIcons\FluentIconsFileExplorerPreview.png" />
|
<Content Include="Assets\FluentIcons\FluentIconsFileExplorerPreview.png" />
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ namespace Microsoft.PowerToys.Settings.UI.OOBE.Views
|
|||||||
Icon = "\uEF3C",
|
Icon = "\uEF3C",
|
||||||
Image = "ms-appx:///Assets/Modules/ColorPicker.png",
|
Image = "ms-appx:///Assets/Modules/ColorPicker.png",
|
||||||
FluentIcon = "ms-appx:///Assets/FluentIcons/FluentIconsPowerToys.png",
|
FluentIcon = "ms-appx:///Assets/FluentIcons/FluentIconsPowerToys.png",
|
||||||
PreviewImageSource = "https://github.com/microsoft/PowerToys/raw/master/doc/images/overview/PT%20hero%20image.png",
|
PreviewImageSource = "ms-appx:///Assets/Modules/OOBE/PT%20hero%20image.png",
|
||||||
DescriptionLink = "https://aka.ms/PowerToysOverview",
|
DescriptionLink = "https://aka.ms/PowerToysOverview",
|
||||||
Link = "https://github.com/microsoft/PowerToys/releases/",
|
Link = "https://github.com/microsoft/PowerToys/releases/",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user