OS X -> Mac

This commit is contained in:
Feross Aboukhadijeh
2016-07-26 21:55:05 -07:00
parent 6891ef1a0d
commit febad56497
12 changed files with 40 additions and 40 deletions

View File

@@ -416,7 +416,7 @@ function onVisibilityChange () {
function onFullscreenChanged (e, isFullScreen) {
state.window.isFullScreen = isFullScreen
if (!isFullScreen) {
// Aspect ratio gets reset in fullscreen mode, so restore it (OS X)
// Aspect ratio gets reset in fullscreen mode, so restore it (Mac)
ipcRenderer.send('setAspectRatio', state.playing.aspectRatio)
}