Skip to content

Commit d59bc63

Browse files
committed
Fix Recyclebin Glyph Icon
1 parent eedcb4d commit d59bc63

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ private List<Result> Commands()
346346
Title = "Empty Recycle Bin",
347347
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_emptyrecyclebin"),
348348
IcoPath = "Images\\recyclebin.png",
349-
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe896"),
349+
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe74d"),
350350
Action = c =>
351351
{
352352
// http://www.pinvoke.net/default.aspx/shell32/SHEmptyRecycleBin.html

0 commit comments

Comments
 (0)