Improve UI for multiple action keywords

See #352
This commit is contained in:
bao-qian
2015-11-06 02:29:32 +00:00
parent 7b50febba3
commit af7beb2c34
12 changed files with 48 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ namespace Wox.Core.UserSettings
public string Name { get; set; }
public string[] ActionKeywords { get; set; }
public List<string> ActionKeywords { get; set; }
public bool Disabled { get; set; }
}