mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
fix: correct preload.js path after autocomplete module restructure
This commit is contained in:
parent
3e68d4aa3e
commit
a99d999a36
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export function createSuggestionWindow(x: number, y: number): BrowserWindow {
|
|||
hasShadow: true,
|
||||
type: 'panel',
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, '..', 'preload.js'),
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
contextIsolation: true,
|
||||
nodeIntegration: false,
|
||||
sandbox: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue