https checkbox

This commit is contained in:
SpikeHD
2022-06-11 16:14:14 -07:00
parent b8540f0891
commit af56f8ffcb
5 changed files with 53 additions and 21 deletions

View File

@@ -18,7 +18,8 @@ let defaultConfig: Configuration
language: 'en',
customBackground: '',
cert_generated: false,
theme: 'default'
theme: 'default',
https_enabled: false,
}
})()
@@ -39,6 +40,7 @@ export interface Configuration {
customBackground: string
cert_generated: boolean
theme: string;
https_enabled: boolean
}
export async function setConfigOption(key: string, value: any): Promise<void> {