Add browser selection to WebSearch plugin

This commit is contained in:
Jeremy Wu
2019-11-11 22:04:01 +11:00
parent d7e6f97d9c
commit 11948c1cce
4 changed files with 28 additions and 6 deletions

View File

@@ -220,6 +220,8 @@ namespace Wox.Plugin.WebSearch
}
}
public string BrowserPath { get; set; }
public bool OpenInNewBrowser { get; set; } = true;
}
}