mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix Windows context menu Segoe Fluent Icon
This commit is contained in:
parent
af07c3835a
commit
e1c4ee0208
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue