mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[OOBE] add PT hero image (#10016)
* [OOBE] add PT hero image * spell checker
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 447 KiB |
@@ -189,9 +189,6 @@
|
||||
</AppxManifest>
|
||||
</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\FluentIconsFancyZones.png" />
|
||||
<Content Include="Assets\FluentIcons\FluentIconsFileExplorerPreview.png" />
|
||||
@@ -212,6 +209,7 @@
|
||||
<Content Include="Assets\Modules\OOBE\FileExplorer.png" />
|
||||
<Content Include="Assets\Modules\OOBE\ImageResizer.gif" />
|
||||
<Content Include="Assets\Modules\OOBE\KBM.gif" />
|
||||
<Content Include="Assets\Modules\OOBE\OOBEPTHero.png" />
|
||||
<Content Include="Assets\Modules\OOBE\PowerRename.gif" />
|
||||
<Content Include="Assets\Modules\OOBE\Run.gif" />
|
||||
<Content Include="Assets\Modules\OOBE\OOBEShortcutGuide.png" />
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace Microsoft.PowerToys.Settings.UI.OOBE.Views
|
||||
Icon = "\uEF3C",
|
||||
Image = "ms-appx:///Assets/Modules/ColorPicker.png",
|
||||
FluentIcon = "ms-appx:///Assets/FluentIcons/FluentIconsPowerToys.png",
|
||||
PreviewImageSource = "ms-appx:///Assets/Modules/OOBE/PT%20hero%20image.png",
|
||||
PreviewImageSource = "ms-appx:///Assets/Modules/OOBE/OOBEPTHero.png",
|
||||
DescriptionLink = "https://aka.ms/PowerToysOverview",
|
||||
Link = "https://github.com/microsoft/PowerToys/releases/",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user