From 8be8d612f8d0b88d74da148c5fc679b329957d79 Mon Sep 17 00:00:00 2001 From: ransome1 Date: Thu, 23 Nov 2023 22:21:23 +0100 Subject: [PATCH] Deactivated spell checking, set autoHideMenuBar true --- src/main/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/main.ts b/src/main/main.ts index 1587bb84..2231ae63 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -90,7 +90,9 @@ const createWindow = async() => { width: 1280, height: 1000, icon: getAssetPath('icons/512x512.png'), + autoHideMenuBar: true, webPreferences: { + spellcheck: false, contextIsolation: true, nodeIntegration: false, preload: environment === 'production'