mirror of https://github.com/DJ2LS/FreeDATA.git
parent
8498cc5f95
commit
9fb1c63b49
|
@ -110,7 +110,7 @@ export const settingsStore = reactive({ ...defaultConfig, local: localConfig });
|
||||||
// Function to handle remote configuration changes
|
// Function to handle remote configuration changes
|
||||||
|
|
||||||
export function onChange() {
|
export function onChange() {
|
||||||
console.log("hier sind wir.....")
|
console.log("hier sind wir.....");
|
||||||
let remote_config = settingsStore.remote;
|
let remote_config = settingsStore.remote;
|
||||||
let blacklistContent = remote_config.STATION.callsign_blacklist;
|
let blacklistContent = remote_config.STATION.callsign_blacklist;
|
||||||
// Check if the content is a string
|
// Check if the content is a string
|
||||||
|
|
Loading…
Reference in New Issue