Cast buttons and fullscreen in player controls
This commit is contained in:
@@ -163,6 +163,9 @@ function dispatch (action, ...args) {
|
||||
state.video.jumpToTime = args[0] /* seconds */
|
||||
update()
|
||||
}
|
||||
if (action === 'toggleFullScreen') {
|
||||
electron.ipcRenderer.send('toggleFullScreen')
|
||||
}
|
||||
}
|
||||
|
||||
electron.ipcRenderer.on('addTorrent', function (e, torrentId) {
|
||||
|
||||
Reference in New Issue
Block a user