{
onInteract?.();
e.currentTarget.focus();
}}
onDoubleClick={() => {
toggleMaximized();
}}
>
{os === "macOS" ? (
<>
{showCloseButton && (
{}}
/>
)}
{showMinimizeButton && (
)}
{showMaximizeButton && (
)}
{showPowerButton && cycle()} />}
{showBreakoutButton && (
breakout()} />
)}
{title}
{showReloadButton && (
reload()}
/>
)}
>
) : (
<>
{showReloadButton && (
reload()}
/>
)}
{title}
{showPowerButton &&
cycle()} />}
{showMinimizeButton && (
—
)}
{showMaximizeButton && (
□
)}
>
)}
{children}