Hide player controls when mouse is still, even when not fullscreened (fix #37)
This commit is contained in:
@@ -208,7 +208,7 @@ function dispatch (action, ...args) {
|
||||
if (action === 'toggleFullScreen') {
|
||||
electron.ipcRenderer.send('toggleFullScreen')
|
||||
}
|
||||
if (action === 'fullscreenVideoMouseMoved') {
|
||||
if (action === 'videoMouseMoved') {
|
||||
state.video.mouseStationarySince = new Date().getTime()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user