Enable multiple action keywords

See issue #352
This commit is contained in:
bao-qian
2015-11-04 22:49:40 +00:00
parent 59a4abff7c
commit a07d6aa1e7
25 changed files with 95 additions and 112 deletions

View File

@@ -1,4 +1,5 @@
using System;
using System.Collections.Generic;
namespace Wox.Core.UserSettings
{
@@ -9,7 +10,7 @@ namespace Wox.Core.UserSettings
public string Name { get; set; }
public string Actionword { get; set; }
public string[] ActionKeywords { get; set; }
public bool Disabled { get; set; }
}