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 eedcb4d commit d59bc63Copy full SHA for d59bc63
Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -346,7 +346,7 @@ private List<Result> Commands()
346
Title = "Empty Recycle Bin",
347
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_emptyrecyclebin"),
348
IcoPath = "Images\\recyclebin.png",
349
- Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe896"),
+ Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe74d"),
350
Action = c =>
351
{
352
// http://www.pinvoke.net/default.aspx/shell32/SHEmptyRecycleBin.html
0 commit comments