Formatting

This commit is contained in:
Thoronium
2023-04-26 23:05:36 -06:00
parent b34f71a301
commit 4631a6d38d
7 changed files with 19 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ let defaultConfig: Configuration
last_ip: 'localhost',
last_port: '443',
language: 'en',
customBackground: '',
custom_background: '',
cert_generated: false,
theme: 'default',
https_enabled: false,
@@ -43,7 +43,7 @@ export interface Configuration {
last_ip: string
last_port: string
language: string
customBackground: string
custom_background: string
cert_generated: boolean
theme: string
https_enabled: boolean