diff --git a/src/components/WindowToolbar.tsx b/src/components/WindowToolbar.tsx index 0ce887a..5f6928f 100644 --- a/src/components/WindowToolbar.tsx +++ b/src/components/WindowToolbar.tsx @@ -64,8 +64,8 @@ export function WindowToolbar({ const handleMoveToNewTab = () => { if (!window) return; - const newTabNumber = moveWindowToNewWorkspace(window.id); - toast.success(`Moved to new tab ${newTabNumber}`); + moveWindowToNewWorkspace(window.id); + toast.success("Moved to new tab"); }; const handleEdit = () => { @@ -210,7 +210,8 @@ export function WindowToolbar({ - + New tab + + New {otherWorkspaces.length > 0 && } {otherWorkspaces.map((ws) => (