diff --git a/ui/desktop/src/ChatWindow.tsx b/ui/desktop/src/ChatWindow.tsx index 76f34b80e..5adea015a 100644 --- a/ui/desktop/src/ChatWindow.tsx +++ b/ui/desktop/src/ChatWindow.tsx @@ -138,29 +138,26 @@ function ChatContent({ return (
-
-
- { - stop(); - }} - onClearContext={() => { - append({ - id: Date.now().toString(), - role: 'system', - content: 'Context cleared', - }); - }} - onRestartGoose={() => { - append({ - id: Date.now().toString(), - role: 'system', - content: 'Goose restarted', - }); - }} - /> -
+
+ { + stop(); + }} + onClearContext={() => { + append({ + id: Date.now().toString(), + role: 'system', + content: 'Context cleared', + }); + }} + onRestartGoose={() => { + append({ + id: Date.now().toString(), + role: 'system', + content: 'Goose restarted', + }); + }} + />
{messages.length === 0 ? ( diff --git a/ui/desktop/src/components/MoreMenu.tsx b/ui/desktop/src/components/MoreMenu.tsx index 1cc703807..58a4a80e2 100644 --- a/ui/desktop/src/components/MoreMenu.tsx +++ b/ui/desktop/src/components/MoreMenu.tsx @@ -20,10 +20,7 @@ export default function MoreMenu({ onStopGoose, onClearContext, onRestartGoose } return ( - diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts index eea604b06..cdd8b0121 100644 --- a/ui/desktop/src/main.ts +++ b/ui/desktop/src/main.ts @@ -90,7 +90,7 @@ const createChat = async (app, query?: string) => { const port = await startGoosed(app); const mainWindow = new BrowserWindow({ titleBarStyle: 'hidden', - trafficLightPosition: { x: 16, y: 18 }, + trafficLightPosition: { x: 16, y: 10 }, width: 650, height: 800, minWidth: 650,