move quick-ask page into dashboard route for auth context

This commit is contained in:
CREDO23 2026-03-27 18:55:03 +02:00
parent 8d60fc7279
commit af2129ebb6
3 changed files with 1 additions and 1 deletions

View file

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