mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +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 constants from './ts/Constants';
|
||||||
import Locales from './ts/launcher/Locales';
|
import Locales from './ts/launcher/Locales';
|
||||||
|
|
||||||
const systemLocale = await Locales.system();
|
|
||||||
|
|
||||||
export default new Promise<void>(async (resolve) => {
|
export default new Promise<void>(async (resolve) => {
|
||||||
|
const systemLocale = await Locales.system();
|
||||||
|
|
||||||
await Configs.defaults({
|
await Configs.defaults({
|
||||||
lang: {
|
lang: {
|
||||||
launcher: systemLocale,
|
launcher: systemLocale,
|
||||||
|
|
Loading…
Reference in a new issue