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
commit 2c992c456e
100 changed files with 3268 additions and 1825 deletions

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;
}
}