Merge branch 'add_hidedeactive_defaulttrue' into dev

This commit is contained in:
Jeremy Wu 2019-10-24 10:06:25 +11:00
commit aed17bde9b

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