Skip to content

Commit

Permalink
Merge pull request #2747 from onesounds/240531-ExplorerIcons
Browse files Browse the repository at this point in the history
Adjust Explorer Plugin's icon
  • Loading branch information
onesounds authored Jun 1, 2024
2 parents 8972d9e + 59fb0e5 commit b95c96b
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ public List<Result> LoadContextMenus(Result selectedResult)
return true;
},
IcoPath = Constants.DifferentUserIconImagePath
IcoPath = Constants.DifferentUserIconImagePath,
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue748"),
});
}

Expand Down Expand Up @@ -403,7 +404,8 @@ private Result CreateAddToIndexSearchExclusionListResult(SearchResult record)
return false;
},
IcoPath = Constants.ExcludeFromIndexImagePath
IcoPath = Constants.ExcludeFromIndexImagePath,
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\uf140"),
};
}

Expand Down Expand Up @@ -435,7 +437,8 @@ private Result CreateOpenWindowsIndexingOptions()
return false;
}
},
IcoPath = Constants.IndexingOptionsIconImagePath
IcoPath = Constants.IndexingOptionsIconImagePath,
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue773"),
};
}

Expand Down
Binary file modified Plugins/Flow.Launcher.Plugin.Explorer/Images/explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Plugins/Flow.Launcher.Plugin.WebSearch/Images/gist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Plugins/Flow.Launcher.Plugin.WebSearch/Images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Plugins/Flow.Launcher.Plugin.WebSearch/Images/gmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Plugins/Flow.Launcher.Plugin.WebSearch/Images/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Plugins/Flow.Launcher.Plugin.WebSearch/Images/google_maps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b95c96b

Please sign in to comment.