mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
move quick-ask page into dashboard route for auth context
This commit is contained in:
parent
8d60fc7279
commit
af2129ebb6
3 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue