update tauri controls

This commit is contained in:
2023-11-15 09:26:59 +07:00
parent 1d3d0a17dc
commit b6caab15e1
4 changed files with 19 additions and 39 deletions

View File

@@ -40,6 +40,8 @@ export const NDKInstance = () => {
toast.warning(`${relay} is not working, skipping...`);
onlineRelays.delete(relay);
}
toast.success(`Connected to ${relay}`);
} catch {
toast.warning(`${relay} is not working, skipping...`);
onlineRelays.delete(relay);