Add ability to configure Everything executable working directory (#718)

This commit is contained in:
Korzo
2016-05-30 21:07:20 +02:00
committed by bao-qian
parent 746bc7d7bd
commit 04275cd702
9 changed files with 80 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ namespace Wox.Plugin.Everything
public List<ContextMenu> ContextMenus = new List<ContextMenu>();
public int MaxSearchCount { get; set; } = 100;
public bool UseLocationAsWorkingDir { get; set; } = false;
}
public class ContextMenu