Add remember window position support.

This commit is contained in:
zlsun
2014-06-16 14:06:24 +08:00
parent fcd3a86589
commit 12b03518ee
3 changed files with 23 additions and 2 deletions

View File

@@ -44,6 +44,12 @@ namespace Wox.Infrastructure.Storage.UserSettings
[JsonProperty]
public List<WebSearch> WebSearches { get; set; }
[JsonProperty]
public double WindowLeft { get; set; }
[JsonProperty]
public double WindowTop { get; set; }
[JsonProperty]
public List<ProgramSource> ProgramSources { get; set; }