Add missing glyphs

This commit is contained in:
Vic 2023-04-10 00:28:55 +08:00
parent 2616b70db5
commit be35ff0a07

View file

@ -464,7 +464,8 @@ namespace Flow.Launcher.Plugin.Program.Programs
return true;
},
IcoPath = "Images/folder.png"
IcoPath = "Images/folder.png",
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\xe838"),
}
};
@ -478,7 +479,8 @@ namespace Flow.Launcher.Plugin.Program.Programs
Task.Run(() => Launch(true)).ConfigureAwait(false);
return true;
},
IcoPath = "Images/cmd.png"
IcoPath = "Images/cmd.png",
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\xe7ef")
});
}