Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-01-28 12:09:30 +08:00
commit a8b6ac32e6

View File

@ -806,7 +806,7 @@ app.whenReady().then(() => {
ipcMain.on('siyuan-lock-screen', () => { ipcMain.on('siyuan-lock-screen', () => {
BrowserWindow.getAllWindows().forEach(item => { BrowserWindow.getAllWindows().forEach(item => {
item.browserWindow.webContents.send('siyuan-lock-screen') item.webContents.send('siyuan-lock-screen')
}) })
}) })