Skip to content

Commit be35ff0

Browse files
Add missing glyphs
1 parent 2616b70 commit be35ff0

File tree

1 file changed

+4
-2
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+4
-2
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,8 @@ public List<Result> ContextMenus(IPublicAPI api)
464464

465465
return true;
466466
},
467-
IcoPath = "Images/folder.png"
467+
IcoPath = "Images/folder.png",
468+
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\xe838"),
468469
}
469470
};
470471

@@ -478,7 +479,8 @@ public List<Result> ContextMenus(IPublicAPI api)
478479
Task.Run(() => Launch(true)).ConfigureAwait(false);
479480
return true;
480481
},
481-
IcoPath = "Images/cmd.png"
482+
IcoPath = "Images/cmd.png",
483+
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\xe7ef")
482484
});
483485
}
484486

0 commit comments

Comments
 (0)