From 769d0b9fa226b7732f9171db4461e2502f35b510 Mon Sep 17 00:00:00 2001 From: BrianTee Date: Sat, 9 Nov 2024 12:38:04 -0700 Subject: [PATCH] Skips icon and loadsettings --- SourceCode/GPS/Forms/GUI.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SourceCode/GPS/Forms/GUI.Designer.cs b/SourceCode/GPS/Forms/GUI.Designer.cs index 9750dd2b8..9d2530604 100644 --- a/SourceCode/GPS/Forms/GUI.Designer.cs +++ b/SourceCode/GPS/Forms/GUI.Designer.cs @@ -449,6 +449,8 @@ public void LoadSettings() //OGL control isUTurnOn = Properties.Settings.Default.setFeatures.isUTurnOn; isLateralOn = Properties.Settings.Default.setFeatures.isLateralOn; + cboxpRowWidth.SelectedIndex = (Properties.Settings.Default.set_youSkipWidth - 1); + btnYouSkipEnable.Image = Resources.YouSkipOff; isNudgeOn = Properties.Settings.Default.setFeatures.isABLineOn; if (isMetric)