add AutoAjustScore option for results

This commit is contained in:
qianlifeng
2014-01-15 22:45:02 +08:00
parent 93d8f66afc
commit 56118a7142
15 changed files with 106 additions and 147 deletions

View File

@@ -12,7 +12,12 @@ namespace WinAlfred.Plugin
public Action Action { get; set; }
public int Score { get; set; }
public bool DontHideWinAlfredAfterAction { get; set; }
public bool DontHideWinAlfredAfterSelect { get; set; }
/// <summary>
/// Auto add scores for MRU items
/// </summary>
public bool AutoAjustScore { get; set; }
//todo: this should be controlled by system, not visible to users
/// <summary>