mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Missed logo and title
This commit is contained in:
@@ -79,6 +79,21 @@ namespace Wox.Plugin.SystemPlugins
|
||||
return string.Format("{0}{1}.png", ColorsDirectory.FullName, name.Substring(1));
|
||||
}
|
||||
|
||||
public override string Name
|
||||
{
|
||||
get { return "Colors"; }
|
||||
}
|
||||
|
||||
public override string Description
|
||||
{
|
||||
get { return string.Empty; }
|
||||
}
|
||||
|
||||
public override string IcoPath
|
||||
{
|
||||
get { return "Images/color2.png"; }
|
||||
}
|
||||
|
||||
protected override void InitInternal(PluginInitContext context)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user