diff --git a/src/components/WindowToolbar.tsx b/src/components/WindowToolbar.tsx index aef1e35..4646e31 100644 --- a/src/components/WindowToolbar.tsx +++ b/src/components/WindowToolbar.tsx @@ -155,18 +155,6 @@ export function WindowToolbar({ - {/* Pop Out button */} - - {/* Copy button for NIPs */} {isNipWindow && ( - - - {/* Move to tab submenu */} - - - - Move to tab - - - {otherWorkspaces.map((ws) => ( - handleMoveToWorkspace(ws.id)} - > - {ws.number} - {ws.label ? ` ${ws.label}` : ""} - - ))} - - + {/* More actions menu */} + + + + + + {/* Pop out window */} + + + Pop out window + - {/* REQ-specific actions */} - {isReqWindow && ( - <> - - - - Save as spell - - - )} - - - )} + {/* Move to tab submenu - only show if multiple workspaces */} + {hasMultipleWorkspaces && ( + <> + + + + + Move to tab + + + {otherWorkspaces.map((ws) => ( + handleMoveToWorkspace(ws.id)} + > + {ws.number} + {ws.label ? ` ${ws.label}` : ""} + + ))} + + + + )} + + {/* REQ-specific actions */} + {isReqWindow && ( + <> + + + + Save as spell + + + )} + + {/* Spell Dialog */} {isReqWindow && (