-
Notifications
You must be signed in to change notification settings - Fork 61
Technical details
mika edited this page Nov 7, 2022
·
2 revisions
How and what this application does?
- This is default wpf c# project settings file https://learn.microsoft.com/en-us/dotnet/desktop/winforms/advanced/application-settings-architecture?view=netframeworkdesktop-4.8&redirectedfrom=MSDN
- Location: C:\Users\USERNAME\AppData\Local\UnityCoder.com\UnityLauncherPro.exe_Url_(random_string)\1.0.0.1\user.config
- On SaveSettingsOnExit() backup copy of this "user.config" file is created "user.config.bak"
- If LoadSettings() try-catch fails reading settings, then .bak file is copied over corrupted "user.config" file and user needs to start application again
- To reset application settings, "user.config" and ""user.config.bak" files can be deleted