mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a8b6ac32e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue