mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[CmdPal] Adding colored extension icons (#38085)
* Updating run icon * Bookmark * System * WindowWalker * Extensions * CreateExtensions * Services * Replacing icon This PR updates the Segoe Fluent icons with colored Fluent icons. 
This commit is contained in:
@@ -21,7 +21,7 @@ public partial class NewExtensionPage : ContentPage
|
||||
{
|
||||
Name = Properties.Resources.builtin_create_extension_name;
|
||||
Title = Properties.Resources.builtin_create_extension_title;
|
||||
Icon = new IconInfo("\uEA86"); // Puzzle
|
||||
Icon = IconHelpers.FromRelativePath("Assets\\CreateExtension.svg");
|
||||
|
||||
_inputForm.FormSubmitted += FormSubmitted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user