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 8898a09 commit e14e7d0Copy full SHA for e14e7d0
Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs
@@ -451,7 +451,7 @@ private Result CreateOpenWithMenu(SearchResult record)
451
return true;
452
},
453
IcoPath = Constants.ShowContextMenuImagePath,
454
- Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue700"),
+ Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue7ac"),
455
};
456
}
457
0 commit comments