"start wox on system startup" config changes.

This commit is contained in:
qianlifeng
2014-02-07 22:10:00 +08:00
parent 67f14d6a62
commit 3442081d20
5 changed files with 28 additions and 31 deletions

View File

@@ -66,7 +66,6 @@ namespace Wox.Infrastructure
var process = new Process();
process.StartInfo = psi;
process.Start();
process.WaitForExit();
}
catch (Exception e)
{

View File

@@ -9,6 +9,8 @@ namespace Wox.Infrastructure.UserSettings
public bool ReplaceWinR { get; set; }
public List<WebSearch> WebSearches { get; set; }
public bool StartWoxOnSystemStartup { get; set; }
public List<WebSearch> LoadDefaultWebSearches()
{
List<WebSearch> webSearches = new List<WebSearch>();