mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add settings saving to file
This commit is contained in:
parent
f6ae266a88
commit
c2d7e658b0
1 changed files with 2 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue