mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
@@ -225,10 +225,7 @@ function handleWSEventMessage(msg: WSEventType) {
|
||||
return;
|
||||
}
|
||||
if (msg.eventtype == "config") {
|
||||
const data: WatcherUpdate = msg.data;
|
||||
globalStore.set(atoms.settingsConfigAtom, data.update);
|
||||
|
||||
console.log("config", data);
|
||||
globalStore.set(atoms.settingsConfigAtom, msg.data.settings);
|
||||
return;
|
||||
}
|
||||
if (msg.eventtype == "userinput") {
|
||||
|
||||
Reference in New Issue
Block a user