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

@@ -27,7 +27,7 @@ namespace Wox.Plugin
[Obsolete("Use ActionKeywords instead, because Wox now support multiple action keywords. This will be remove in v1.3.0")]
public string ActionKeyword { get; set; }
public string[] ActionKeywords { get; set; }
public List<string> ActionKeywords { get; set; }
public string IcoPath { get; set; }