yangjie #47

Merged
yangqiang merged 49 commits from yangjie into master 2025-01-24 13:43:09 +08:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 3c9b3ac48a - Show all commits

View File

@ -140,6 +140,9 @@ app.on('ready', () => {
mainWindow.webContents.openDevTools()
}
});
mainWindow.on('focus', () => {
mainWindow.show()
});
// 监听移动
mainWindow.on('move', () => {
// 如果是全屏自动恢复到上次窗口大小