Skip to content

Commit

Permalink
fix: proxy manager double notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsquid1 authored Jan 3, 2025
1 parent 8e85d1b commit 3f49d5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/routes/menu/proxymanager/ProxyManager.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@
}
async function connectToProxy(id: number) {
notification.set({
title: "ProxyManager",
message: "Connecting to proxy...",
error: false
});
await connectToProxyRest(id);
notification.set({
title: "ProxyManager",
Expand Down

0 comments on commit 3f49d5b

Please sign in to comment.