migrate from browser bundle to Vencord:#765
This commit is contained in:
@@ -6,7 +6,7 @@ export function createMainWindow() {
|
||||
show: false,
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
sandbox: true,
|
||||
sandbox: false,
|
||||
contextIsolation: true,
|
||||
devTools: true,
|
||||
preload: join(__dirname, "preload.js")
|
||||
|
||||
Reference in New Issue
Block a user