Add Toggle to use theme BG in options menu

This commit is contained in:
maximuslotro
2023-08-15 00:15:22 -05:00
parent a9b1fa0130
commit a31bc46c39
20 changed files with 41 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ let defaultConfig: Configuration
last_port: '443',
language: 'en',
custom_background: '',
use_theme_background: false,
cert_generated: false,
theme: 'default',
https_enabled: false,
@@ -45,6 +46,7 @@ export interface Configuration {
last_port: string
language: string
custom_background: string
use_theme_background: boolean
cert_generated: boolean
theme: string
https_enabled: boolean