Letterbox video. Hide toolbar in fullscreen
Cleaner-looking Chromecast and Airplay icons Hide top bar in full screen mode
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user