Open With Editor (#2261)

This commit is contained in:
Kanglai Qian
2018-12-25 13:17:35 +08:00
committed by 蝦米
parent 4b0532b072
commit ab1efb0749
9 changed files with 59 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ namespace Wox.Plugin.Everything
{
public class Settings
{
public string EditorPath { get; set; } = "";
public List<ContextMenu> ContextMenus = new List<ContextMenu>();
public int MaxSearchCount { get; set; } = 100;