Add settings saving to file

This commit is contained in:
Jeremy Wu 2020-03-05 23:24:14 +11:00
parent f6ae266a88
commit c2d7e658b0

View file

@ -77,6 +77,8 @@ namespace Wox.Infrastructure.UserSettings
public bool DontPromptUpdateMsg { get; set; }
public bool EnableUpdateLog { get; set; }
public bool PortableMode { get; set; } = false;
public bool StartWoxOnSystemStartup { get; set; } = true;
public bool HideOnStartup { get; set; }
bool _hideNotifyIcon { get; set; }