more work

ls-appcontext
DJ2LS 2025-04-29 10:51:16 +02:00
parent 55dbe63a04
commit cea6321a62
1 changed files with 2 additions and 4 deletions

View File

@ -133,10 +133,8 @@ export function onChange() {
setConfig(remote_config).then((conf) => { setConfig(remote_config).then((conf) => {
settingsStore.remote = conf; settingsStore.remote = conf;
console.log(conf) settingsStore.remote.STATION.callsign_blacklist =
console.log("jaaaaaaa") conf.STATION.callsign_blacklist.join("\n");
//settingsStore.remote.STATION.callsign_blacklist =
// conf.STATION.callsign_blacklist.join("\n");
}); });
} }