mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Change plugin config file format (from ini to json)
This commit is contained in:
@@ -8,7 +8,8 @@ namespace Wox.Plugin
|
||||
public class PluginInitContext
|
||||
{
|
||||
public List<PluginPair> Plugins { get; set; }
|
||||
public PluginMetadata PluginMetadata { get; set; }
|
||||
public PluginMetadata CurrentPluginMetadata { get; set; }
|
||||
|
||||
|
||||
public Action<string> ChangeQuery { get; set; }
|
||||
public Action CloseApp { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user