Skip to content

Commit 468c0b2

Browse files
committed
Change ico & glyph
1 parent 9395b89 commit 468c0b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ private List<Result> Commands()
464464
{
465465
Title = "Set Flow Launcher Theme",
466466
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_theme_selector"),
467-
IcoPath = "Images\\theme_selector.png",
468-
Glyph = new GlyphInfo("/Resources/#Segoe Fluent Icons", "\ue790"),
467+
IcoPath = "Images\\app.png",
468+
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\ue7fc"),
469469
Action = c =>
470470
{
471471
context.API.ChangeQuery($"{ThemeSelector.Keyword} ");

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ private Result CreateThemeResult(string theme, int score, IList<int> highlightDa
8282
{
8383
Title = title,
8484
TitleHighlightData = highlightData,
85+
IcoPath = "Images\\theme_selector.png",
8586
Glyph = new GlyphInfo("/Resources/#Segoe Fluent Icons", "\ue790"),
8687
Score = score,
8788
Action = c =>

0 commit comments

Comments
 (0)