diff --git a/plugins/LegacyProfileReader/LegacyProfileReader.py b/plugins/LegacyProfileReader/LegacyProfileReader.py index a3e4e60b6a..320951e852 100644 --- a/plugins/LegacyProfileReader/LegacyProfileReader.py +++ b/plugins/LegacyProfileReader/LegacyProfileReader.py @@ -130,5 +130,6 @@ class LegacyProfileReader(ProfileReader): if len(profile.getAllKeys()) == 0: Logger.log("i", "A legacy profile was imported but everything evaluates to the defaults, creating an empty profile.") profile.setDirty(True) - profile.addMetaDataEntry("type", "quality") + profile.addMetaDataEntry("type", "quality_changes") + profile.addMetaDataEntry("quality", "normal") return profile \ No newline at end of file