From 9fb1c63b4924c5cee3141dbd6928b2f6b66a5e8c Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Wed, 28 May 2025 12:11:36 +0000 Subject: [PATCH] Prettified Code! --- freedata_gui/src/store/settingsStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freedata_gui/src/store/settingsStore.js b/freedata_gui/src/store/settingsStore.js index acffa83f..1ab21b30 100644 --- a/freedata_gui/src/store/settingsStore.js +++ b/freedata_gui/src/store/settingsStore.js @@ -110,7 +110,7 @@ export const settingsStore = reactive({ ...defaultConfig, local: localConfig }); // Function to handle remote configuration changes export function onChange() { - console.log("hier sind wir.....") + console.log("hier sind wir....."); let remote_config = settingsStore.remote; let blacklistContent = remote_config.STATION.callsign_blacklist; // Check if the content is a string