禁用electron的拼写检查 & 设置窗体最小高度为60

This commit is contained in:
sunyuqiang
2023-09-19 19:50:40 +08:00
parent d442fae447
commit 9fed8c4c7b
4 changed files with 7 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ export default () => {
standard: 'system-ui',
serif: 'system-ui',
},
spellcheck: false,
},
});
window.setBrowserView(view);