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