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 af07c38 commit e1c4ee0Copy full SHA for e1c4ee0
Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs
@@ -217,7 +217,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
217
{
218
Title = Context.API.GetTranslation("plugin_explorer_show_contextmenu_title"),
219
IcoPath = Constants.ShowContextMenuImagePath,
220
- Glyph = new GlyphInfo("Segoe Fluent Icons", "\uE700"),
+ Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue700"),
221
Action = _ =>
222
223
if (record.Type is ResultType.Volume)
0 commit comments