Remove advanced options

This commit is contained in:
Markus Unterwaditzer
2025-06-23 21:24:04 +02:00
parent f735f033d3
commit 2114206909
2 changed files with 0 additions and 54 deletions

View File

@@ -9,11 +9,7 @@ export interface AnalyzerConfig {
}
export interface Config {
qmdl_store_path: string;
port: number;
debug_mode: boolean;
ui_level: number;
enable_dummy_analyzer: boolean;
colorblind_mode: boolean;
key_input_mode: number;
analyzers: AnalyzerConfig;