load /quick-ask page in panel

This commit is contained in:
CREDO23 2026-03-27 17:19:13 +02:00
parent d48f6aafce
commit 98e12dd195

View file

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