Letterbox video. Hide toolbar in fullscreen

Cleaner-looking Chromecast and Airplay icons

Hide top bar in full screen mode
This commit is contained in:
DC
2016-03-05 05:12:39 -08:00
parent 1b630b5025
commit 59b3bd04a9
6 changed files with 31 additions and 13 deletions

View File

@@ -176,6 +176,11 @@ electron.ipcRenderer.on('seed', function (e, files) {
seed(files)
})
electron.ipcRenderer.on('fullscreenChanged', function (e, isFullScreen) {
state.view.isFullScreen = isFullScreen
update()
})
function onFiles (files) {
// .torrent file = start downloading the torrent
files.filter(isTorrentFile).forEach(function (torrentFile) {