mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
perf: 🔨 优化窗口默认大小
This commit is contained in:
parent
27824ad5ec
commit
393e899eeb
@ -39,10 +39,10 @@ function createWindow() {
|
||||
mainWindow = new BrowserWindow({
|
||||
show: false,
|
||||
icon,
|
||||
width: 1200,
|
||||
height: 800,
|
||||
minWidth: 1200,
|
||||
minHeight: 800,
|
||||
width: 1000,
|
||||
height: 700,
|
||||
minWidth: 1000,
|
||||
minHeight: 700,
|
||||
autoHideMenuBar: true,
|
||||
webPreferences: {
|
||||
// nodeIntegration: true,
|
||||
|
Loading…
Reference in New Issue
Block a user