Skip to content

Commit 2824bd8

Browse files
committed
comment added to ConnectOnLaunch setting
1 parent 0c7567b commit 2824bd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

App/Models/Settings.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ public class CoderConnectSettings : ISettings<CoderConnectSettings>
3232
{
3333
public static string SettingsFileName { get; } = "coder-connect-settings.json";
3434
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>
3538
public bool ConnectOnLaunch { get; set; }
3639

3740
/// <summary>

0 commit comments

Comments
 (0)