Stopped user config from being completely replaced on upgrade

This commit is contained in:
Ryan Addessi (raddessi) 2021-02-10 16:38:48 -07:00
parent 8ad67f88f8
commit d7f58aaba8
No known key found for this signature in database
GPG Key ID: 09DB6F8FEBB0C2C0
1 changed files with 0 additions and 1 deletions

View File

@ -319,7 +319,6 @@ class Config:
# Update the user config
self.__merge_dictionary(
self.__user_config, self.__system_config)
self.__user_config = self.__system_config
# Update the style sheet
utility.replace_style_sheet()