I encountered an issue running keyboard-center v2 for the first time where it
would crash. This appears to be due to the config file not yet existing, so
when an attempt is made to backup the file before doing any saving, the program
raises a FileNotFoundError.
This adds an try-catch for FileNotFoundError and only attempts to re-save the
backup config if it's available.
Hello!
I encountered an issue running keyboard-center v2 for the first time where it would crash. This appears to be due to the config file not yet existing, so when an attempt is made to backup the file before doing any saving, the program raises a FileNotFoundError.
This adds an try-catch for FileNotFoundError and only attempts to re-save the backup config if it's available.