Merge pull request #16 from jjw24/tunoff_auto_update

Set AutoUpdates off as default setting
This commit is contained in:
Jeremy Wu 2019-09-22 17:52:50 +10:00 committed by GitHub
commit 9638a4a4e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.ObjectModel;
using System.Drawing;
using Newtonsoft.Json;
@ -21,7 +21,7 @@ namespace Wox.Infrastructure.UserSettings
public string ResultFontWeight { get; set; }
public string ResultFontStretch { get; set; }
public bool AutoUpdates { get; set; } = true;
public bool AutoUpdates { get; set; } = false;
public double WindowLeft { get; set; }
public double WindowTop { get; set; }