mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-30 07:39:54 +08:00
Merge branch 'feat/v3.0.0'
# Conflicts: # src/main/browsers/main.ts
This commit is contained in:
@@ -19,6 +19,7 @@ export default () => {
|
||||
const createWindow = async () => {
|
||||
win = new BrowserWindow({
|
||||
height: WINDOW_HEIGHT,
|
||||
minHeight: 60,
|
||||
useContentSize: true,
|
||||
resizable: true,
|
||||
width: WINDOW_WIDTH,
|
||||
@@ -34,6 +35,7 @@ export default () => {
|
||||
webviewTag: true,
|
||||
nodeIntegration: true,
|
||||
preload: path.join(__static, 'preload.js'),
|
||||
spellcheck: false,
|
||||
},
|
||||
});
|
||||
if (process.env.WEBPACK_DEV_SERVER_URL) {
|
||||
|
||||
Reference in New Issue
Block a user