Hi, I'm new to WPF applications and I am dealing with an app that is storing some simple variables in settings.settings via the grid GUI in Visual Studio.
The problem is that somehow two boolean variables have been set to true, and I can't seem to reset them. If I go back to the setting GUI, I can see that the value is set to "False", but when loading the settings variables during debugging, it shows them being set to "True".
How can I reset these variables to False outside of the Settings GUI?