Merge pull request #62 from jjw24/add_hidedeactive_defaulttrue

Set HideWhenDeactive default as true
This commit is contained in:
Jeremy Wu 2019-10-27 20:49:19 +11:00 committed by GitHub
commit 1cd9c57f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; }