Skip to content

Commit e1c4ee0

Browse files
committed
fix Windows context menu Segoe Fluent Icon
1 parent af07c38 commit e1c4ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
217217
{
218218
Title = Context.API.GetTranslation("plugin_explorer_show_contextmenu_title"),
219219
IcoPath = Constants.ShowContextMenuImagePath,
220-
Glyph = new GlyphInfo("Segoe Fluent Icons", "\uE700"),
220+
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue700"),
221221
Action = _ =>
222222
{
223223
if (record.Type is ResultType.Volume)

0 commit comments

Comments
 (0)