Set HideWhenDeactive default as true

This commit is contained in:
Jeremy Wu
2019-10-24 08:20:12 +11:00
parent 0db8898577
commit b89e296390

View File

@@ -66,7 +66,7 @@ namespace Wox.Infrastructure.UserSettings
}
}
public bool LeaveCmdOpen { get; set; }
public bool HideWhenDeactive { get; set; }
public bool HideWhenDeactive { get; set; } = true;
public bool RememberLastLaunchLocation { get; set; }
public bool IgnoreHotkeysOnFullscreen { get; set; }