mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change ico & glyph
This commit is contained in:
parent
9395b89a54
commit
468c0b23c0
2 changed files with 3 additions and 2 deletions
|
|
@ -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} ");
|
||||
|
|
|
|||
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue