This commit is contained in:
bao-qian
2016-05-18 19:35:34 +01:00
parent c42892ee35
commit cddfd1b319
3 changed files with 36 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ namespace Wox.Core.UserSettings
public bool DontPromptUpdateMsg { get; set; }
public bool EnableUpdateLog { get; set; }
public bool StartWoxOnSystemStartup { get; set; }
public bool StartWoxOnSystemStartup { get; set; } = true;
public bool HideOnStartup { get; set; }
public bool LeaveCmdOpen { get; set; }
public bool HideWhenDeactive { get; set; }