Cast buttons and fullscreen in player controls

This commit is contained in:
DC
2016-03-05 01:05:09 -08:00
parent 2b17c1dabd
commit b7b30ed7c4
6 changed files with 52 additions and 27 deletions

View File

@@ -8,7 +8,6 @@ function toggleFullScreen () {
debug('toggleFullScreen')
if (windows.main) {
windows.main.setFullScreen(!windows.main.isFullScreen())
onToggleFullScreen()
}
}