mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
More data bindings (MaxResultsToShow + ActivatedTimes)
This commit is contained in:
@@ -5,9 +5,8 @@ using Newtonsoft.Json;
|
||||
using PropertyChanged;
|
||||
namespace Wox.Plugin
|
||||
{
|
||||
[ImplementPropertyChanged]
|
||||
[JsonObject(MemberSerialization.OptOut)]
|
||||
public class PluginMetadata
|
||||
public class PluginMetadata : BaseModel
|
||||
{
|
||||
private string _pluginDirectory;
|
||||
public string ID { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user