Update Config object in svelte to add ntfy url

This commit is contained in:
Simon Fondrie-Teitler
2025-08-06 13:12:10 -04:00
parent f562d33be3
commit 67974264f9

View File

@@ -14,7 +14,7 @@ export interface Config {
ui_level: number;
colorblind_mode: boolean;
key_input_mode: number;
ntfy_topic: string;
ntfy_url: string;
analyzers: AnalyzerConfig;
}