Merge remote-tracking branch 'origin/develop' into feature_confetti#14676

This commit is contained in:
Travis Ralston
2020-12-07 14:58:56 -07:00
100 changed files with 3268 additions and 1825 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ for (const key of Object.keys(SETTINGS)) {
if (SETTINGS[key].invertedSettingName) {
// Invert now so that the rest of the system will invert it back
// to what was intended.
invertedDefaultSettings[key] = !SETTINGS[key].default;
invertedDefaultSettings[SETTINGS[key].invertedSettingName] = !SETTINGS[key].default;
}
}