diff --git a/src/components/WindowToolbar.tsx b/src/components/WindowToolbar.tsx index e9bfaac..da2d222 100644 --- a/src/components/WindowToolbar.tsx +++ b/src/components/WindowToolbar.tsx @@ -103,8 +103,6 @@ export function WindowToolbar({ // Open in a new window/tab globalThis.window.open(popOutUrl, "_blank"); - - toast.success("Window popped out"); }; // Copy functionality for NIPs