yangjie #22

Merged
yangqiang merged 99 commits from yangjie into master 2024-10-22 16:11:46 +08:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit e89d820797 - Show all commits

View File

@ -413,6 +413,8 @@ function windowOperation(config) {
child.setResizable(false) child.setResizable(false)
child.setMovable(false) child.setMovable(false)
mainWindow.setPosition(-999999, -999999); mainWindow.setPosition(-999999, -999999);
if (env === 'development') {
child.webContents.openDevTools() child.webContents.openDevTools()
} }
}
} }