From e1c4ee0208c6fbc49eecd496737e071880ae2061 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 5 Dec 2022 06:32:25 +1100 Subject: [PATCH] fix Windows context menu Segoe Fluent Icon --- Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index efb3fd0ae..a2d72edb1 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -217,7 +217,7 @@ namespace Flow.Launcher.Plugin.Explorer { Title = Context.API.GetTranslation("plugin_explorer_show_contextmenu_title"), IcoPath = Constants.ShowContextMenuImagePath, - Glyph = new GlyphInfo("Segoe Fluent Icons", "\uE700"), + Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue700"), Action = _ => { if (record.Type is ResultType.Volume)