desktop: clipboard auto-insert with prompt picker, remove old sessionStorage logic

This commit is contained in:
CREDO23 2026-03-29 00:45:11 +02:00
parent 03ca4f1f32
commit 6df9eea5a6
3 changed files with 24 additions and 36 deletions

View file

@ -52,7 +52,7 @@ function createQuickAskWindow(x: number, y: number): BrowserWindow {
skipTaskbar: true,
});
quickAskWindow.loadURL(`http://localhost:${getServerPort()}/dashboard/quick-ask`);
quickAskWindow.loadURL(`http://localhost:${getServerPort()}/dashboard`);
quickAskWindow.once('ready-to-show', () => {
quickAskWindow?.show();