more language stuff

This commit is contained in:
SpikeHD
2022-05-16 20:20:33 -07:00
parent 51dfef5616
commit 4398b4d7ef
3 changed files with 16 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ let defaultConfig: Configuration
startup_launch: false,
last_ip: '',
last_port: '',
language: 'en',
}
})()
@@ -34,6 +35,7 @@ export interface Configuration {
startup_launch: boolean
last_ip: string
last_port: string
language: string
}
export async function setConfigOption(key: string, value: any): Promise<void> {