Merge pull request #2747 from onesounds/240531-ExplorerIcons
Adjust Explorer Plugin's icon
|
|
@ -276,7 +276,8 @@ namespace Flow.Launcher.Plugin.Explorer
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
IcoPath = Constants.DifferentUserIconImagePath
|
IcoPath = Constants.DifferentUserIconImagePath,
|
||||||
|
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue748"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -403,7 +404,8 @@ namespace Flow.Launcher.Plugin.Explorer
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
IcoPath = Constants.ExcludeFromIndexImagePath
|
IcoPath = Constants.ExcludeFromIndexImagePath,
|
||||||
|
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\uf140"),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -435,7 +437,8 @@ namespace Flow.Launcher.Plugin.Explorer
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
IcoPath = Constants.IndexingOptionsIconImagePath
|
IcoPath = Constants.IndexingOptionsIconImagePath,
|
||||||
|
Glyph = new GlyphInfo(FontFamily: "/Resources/#Segoe Fluent Icons", Glyph: "\ue773"),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 2.7 KiB |