aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/main/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/main/src/index.ts b/packages/main/src/index.ts
index 09441ef..4a51518 100644
--- a/packages/main/src/index.ts
+++ b/packages/main/src/index.ts
@@ -134,6 +134,7 @@ function shouldCancelMainWindowRequest(url: string, method: string): boolean {
134function createWindow(): Promise<unknown> { 134function createWindow(): Promise<unknown> {
135 mainWindow = new BrowserWindow({ 135 mainWindow = new BrowserWindow({
136 show: false, 136 show: false,
137 autoHideMenuBar: true,
137 webPreferences: { 138 webPreferences: {
138 sandbox: true, 139 sandbox: true,
139 preload: getResourcePath('../../preload/dist/index.cjs'), 140 preload: getResourcePath('../../preload/dist/index.cjs'),