We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2616b70 commit be35ff0Copy full SHA for be35ff0
Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs
@@ -464,7 +464,8 @@ public List<Result> ContextMenus(IPublicAPI api)
464
465
return true;
466
},
467
- IcoPath = "Images/folder.png"
+ IcoPath = "Images/folder.png",
468
+ Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\xe838"),
469
}
470
};
471
@@ -478,7 +479,8 @@ public List<Result> ContextMenus(IPublicAPI api)
478
479
Task.Run(() => Launch(true)).ConfigureAwait(false);
480
481
- IcoPath = "Images/cmd.png"
482
+ IcoPath = "Images/cmd.png",
483
+ Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\xe7ef")
484
});
485
486
0 commit comments