Fix #176: close window on OSX
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = {
|
||||
video: { /* state of the video player screen */
|
||||
currentTime: 0, /* seconds */
|
||||
duration: 1, /* seconds */
|
||||
isPaused: false,
|
||||
isPaused: true,
|
||||
mouseStationarySince: 0 /* Unix time in ms */
|
||||
},
|
||||
dock: {
|
||||
|
||||
Reference in New Issue
Block a user