mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
display plugin icons in 'wpm list/uninstall'
This commit is contained in:
parent
b489e54da4
commit
374ed12811
@ -209,7 +209,7 @@ namespace Wox.Plugin.PluginManagement
|
||||
{
|
||||
Title = plugin.Name,
|
||||
SubTitle = plugin.Description,
|
||||
IcoPath = "Images\\plugin.png",
|
||||
IcoPath = plugin.FullIcoPath,
|
||||
Action = e =>
|
||||
{
|
||||
UnInstalledPlugins(plugin);
|
||||
@ -239,7 +239,7 @@ namespace Wox.Plugin.PluginManagement
|
||||
{
|
||||
Title = plugin.Name + " - " + plugin.ActionKeyword,
|
||||
SubTitle = plugin.Description,
|
||||
IcoPath = "Images\\plugin.png"
|
||||
IcoPath = plugin.FullIcoPath
|
||||
});
|
||||
}
|
||||
return results;
|
||||
|
Loading…
Reference in New Issue
Block a user