Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error on startup with broken XML config
Fixes SevenbytesSoftware#22 Fix error on startup with broken XML config. * Add a try-catch block around the deserialization code in the `LoadConfig` method to handle broken XML config files. * Show an error message if an exception occurs during deserialization and create a new default `Settings` object.