- add option to hide main window on startup
- Fixed #586
This commit is contained in:
xzhao
2016-05-14 21:48:58 +08:00
committed by bao-qian
parent 67ab979a9b
commit 87497d2d09
6 changed files with 18 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ namespace Wox.Core.UserSettings
public bool EnableUpdateLog { get; set; }
public bool StartWoxOnSystemStartup { get; set; }
public bool HideOnStartup { get; set; }
public bool LeaveCmdOpen { get; set; }
public bool HideWhenDeactive { get; set; }
public bool RememberLastLaunchLocation { get; set; }