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 0c7567b commit 2824bd8Copy full SHA for 2824bd8
App/Models/Settings.cs
@@ -32,6 +32,9 @@ public class CoderConnectSettings : ISettings<CoderConnectSettings>
32
{
33
public static string SettingsFileName { get; } = "coder-connect-settings.json";
34
public int Version { get; set; }
35
+ /// <summary>
36
+ /// When this is true, CoderConnect will automatically connect to the Coder VPN when the application starts.
37
+ /// </summary>
38
public bool ConnectOnLaunch { get; set; }
39
40
/// <summary>
0 commit comments