Skip to content

Commit 335ebfd

Browse files
committed
Some settings weren't saved correctly #2
1 parent fdc0d60 commit 335ebfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GabNetStats/SettingsForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ private void OnLoad(object sender, EventArgs e)
183183

184184
grpBandwidthPreferences.Enabled = radioCustomSpeed.Checked;
185185
chkShowDisconnectedInterfaces.Checked = Settings.Default.ShowDisconnectedInterfaces;
186+
checkBoxStartup.Checked = Settings.Default.LoadOnStartup;
186187
settingsInitialized = true;
187188
}
188189

0 commit comments

Comments
 (0)