We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec7f01 commit 32e0833Copy full SHA for 32e0833
Flow.Launcher/ViewModel/SettingWindowViewModel.cs
@@ -85,6 +85,7 @@ public bool AutoUpdates
85
}
86
87
public CultureInfo cultureInfo => new CultureInfo(Settings.Language);
88
+
89
public bool StartFlowLauncherOnSystemStartup
90
{
91
get => Settings.StartFlowLauncherOnSystemStartup;
0 commit comments