let people debug hotkeys better

This commit is contained in:
Alexander Drozdov
2023-05-18 13:45:19 +03:00
parent dda748b4e4
commit dd3dc2ee45
7 changed files with 52 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ export interface HostConfig {
gameConfig: string | null
stashScroll: boolean
overlayKey: string
logLevel: string
logKeys: boolean
windowTitle: string
language: string
}