Fixed defaultSettings.ts work

This commit is contained in:
Observer KRypt0n_ 2022-02-20 13:33:11 +02:00
parent 37a6e16e2c
commit 2eb2c98637
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -3,9 +3,9 @@ import { Configs } from './empathize';
import constants from './ts/Constants';
import Locales from './ts/launcher/Locales';
const systemLocale = await Locales.system();
export default new Promise<void>(async (resolve) => {
const systemLocale = await Locales.system();
await Configs.defaults({
lang: {
launcher: systemLocale,