diff --git a/html/src/app.js b/html/src/app.js
index a384f3cf..85870de0 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -28,6 +28,8 @@ import * as localizedStrings from './localization/localizedStrings.js';
// #endregion
+/* eslint-disable require-atomic-updates */
+
speechSynthesis.getVoices();
// #region | Hey look it's most of VRCX!
@@ -14062,6 +14064,7 @@ speechSynthesis.getVoices();
JSON.stringify(this.notificationTable.filters[0].value)
);
};
+
$app.data.feedTable.filter = JSON.parse(
await configRepository.getString('VRCX_feedTableFilters', '[]')
);
@@ -24848,6 +24851,8 @@ speechSynthesis.getVoices();
});
};
+ /* eslint-disable require-atomic-updates */
+
$app.data.dtHour12 = await configRepository.getBool('VRCX_dtHour12', false);
$app.data.dtIsoFormat = await configRepository.getBool('VRCX_dtIsoFormat', false);
$app.methods.setDatetimeFormat = async function () {