mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Fixed defaultSettings.ts
work
This commit is contained in:
parent
37a6e16e2c
commit
2eb2c98637
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue