Add option to disable auto updates

This commit is contained in:
bao-qian
2016-05-12 03:01:33 +01:00
parent 45d5da98ca
commit 65577a67dc
2 changed files with 14 additions and 7 deletions

View File

@@ -22,6 +22,8 @@ namespace Wox.Core.UserSettings
public string ResultFontWeight { get; set; }
public string ResultFontStretch { get; set; }
public bool AutoUpdates { get; set; } = true;
public double WindowLeft { get; set; }
public double WindowTop { get; set; }
public int MaxResultsToShow { get; set; } = 6;