Change ico & glyph

This commit is contained in:
Jack Ye 2025-03-12 18:54:43 +08:00
parent 9395b89a54
commit 468c0b23c0
2 changed files with 3 additions and 2 deletions

View file

@ -464,8 +464,8 @@ namespace Flow.Launcher.Plugin.Sys
{
Title = "Set Flow Launcher Theme",
SubTitle = context.API.GetTranslation("flowlauncher_plugin_sys_theme_selector"),
IcoPath = "Images\\theme_selector.png",
Glyph = new GlyphInfo("/Resources/#Segoe Fluent Icons", "\ue790"),
IcoPath = "Images\\app.png",
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\ue7fc"),
Action = c =>
{
context.API.ChangeQuery($"{ThemeSelector.Keyword} ");

View file

@ -82,6 +82,7 @@ namespace Flow.Launcher.Plugin.Sys
{
Title = title,
TitleHighlightData = highlightData,
IcoPath = "Images\\theme_selector.png",
Glyph = new GlyphInfo("/Resources/#Segoe Fluent Icons", "\ue790"),
Score = score,
Action = c =>