Change Default HideOnStartup to true

This commit is contained in:
DB p 2021-12-04 01:19:51 +09:00
parent af2fae5e21
commit f3c0c3384d

View file

@ -135,7 +135,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public bool EnableUpdateLog { get; set; }
public bool StartFlowLauncherOnSystemStartup { get; set; } = false;
public bool HideOnStartup { get; set; }
public bool HideOnStartup { get; set; } = true;
bool _hideNotifyIcon { get; set; }
public bool HideNotifyIcon
{