mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 04:12:47 +02:00
load /quick-ask page in panel
This commit is contained in:
parent
d48f6aafce
commit
98e12dd195
1 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()}/dashboard`);
|
||||
quickAskWindow.loadURL(`http://localhost:${getServerPort()}/quick-ask`);
|
||||
|
||||
quickAskWindow.once('ready-to-show', () => {
|
||||
quickAskWindow?.show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue