mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +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,
|
hasShadow: true,
|
||||||
type: 'panel',
|
type: 'panel',
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: path.join(__dirname, '..', 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
contextIsolation: true,
|
contextIsolation: true,
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
sandbox: true,
|
sandbox: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue