Skip to content

Commit 59fb0e5

Browse files
committed
- Change Explorer Plugin Icon
- Add Glyph Icons for context menu in explorer plugin - Adjust WebSearch sub icons
1 parent 8972d9e commit 59fb0e5

File tree

9 files changed

+6
-3
lines changed

9 files changed

+6
-3
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ public List<Result> LoadContextMenus(Result selectedResult)
276276

277277
return true;
278278
},
279-
IcoPath = Constants.DifferentUserIconImagePath
279+
IcoPath = Constants.DifferentUserIconImagePath,
280+
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue748"),
280281
});
281282
}
282283

@@ -403,7 +404,8 @@ private Result CreateAddToIndexSearchExclusionListResult(SearchResult record)
403404

404405
return false;
405406
},
406-
IcoPath = Constants.ExcludeFromIndexImagePath
407+
IcoPath = Constants.ExcludeFromIndexImagePath,
408+
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\uf140"),
407409
};
408410
}
409411

@@ -435,7 +437,8 @@ private Result CreateOpenWindowsIndexingOptions()
435437
return false;
436438
}
437439
},
438-
IcoPath = Constants.IndexingOptionsIconImagePath
440+
IcoPath = Constants.IndexingOptionsIconImagePath,
441+
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue773"),
439442
};
440443
}
441444

-42.5 KB
Loading
1.06 KB
Loading
1.06 KB
Loading
-295 Bytes
Loading
-1.28 KB
Loading
-3.3 KB
Loading
-8.44 KB
Loading
-4.63 KB
Loading

0 commit comments

Comments
 (0)