Fix wish detail server when accessing it directly

pull/1/head
Made Baruna 2021-12-02 23:19:57 +07:00
parent 3e118cb7e5
commit 0d89132731
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
1 changed files with 6 additions and 0 deletions

View File

@ -374,6 +374,12 @@
}
onMount(async () => {
const prefix = getAccountPrefix();
const serverSave = await readSave(`${prefix}server`);
if (serverSave !== null) {
server.set(serverSave);
}
await readLocalData();
isSafari =