mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Fix plugin API issues.
This commit is contained in:
@@ -36,6 +36,13 @@ namespace Wox.Plugin
|
||||
|
||||
public string ExecuteFileName { get; set; }
|
||||
public string PluginDirectory { get; set; }
|
||||
|
||||
[Obsolete("This property has been obsoleted, use PluginDirectory instead")]
|
||||
public string PluginDirecotry
|
||||
{
|
||||
get { return PluginDirectory; }
|
||||
}
|
||||
|
||||
public string ActionKeyword { get; set; }
|
||||
public PluginType PluginType { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user