mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Add Feature Tab in Settings. (Still WIP)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Wox.Plugin.System
|
||||
InitInternal(context);
|
||||
}
|
||||
|
||||
public string Name
|
||||
public virtual string Name
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -29,12 +29,22 @@ namespace Wox.Plugin.System
|
||||
}
|
||||
}
|
||||
|
||||
public string Description
|
||||
public virtual string Description
|
||||
{
|
||||
get
|
||||
{
|
||||
return "System workflow";
|
||||
}
|
||||
}
|
||||
|
||||
public virtual string IcoPath
|
||||
{
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public string PluginDirectory { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user