@@ -207,9 +207,11 @@ function dispatch (action, ...args) {
|
|||||||
}
|
}
|
||||||
if (action === 'toggleFullScreen') {
|
if (action === 'toggleFullScreen') {
|
||||||
electron.ipcRenderer.send('toggleFullScreen')
|
electron.ipcRenderer.send('toggleFullScreen')
|
||||||
|
update()
|
||||||
}
|
}
|
||||||
if (action === 'videoMouseMoved') {
|
if (action === 'videoMouseMoved') {
|
||||||
state.video.mouseStationarySince = new Date().getTime()
|
state.video.mouseStationarySince = new Date().getTime()
|
||||||
|
update()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user