Skip to content

Commit

Permalink
Reload video window contents when its closed. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
mpastell committed Jan 17, 2016
1 parent 12e8f0f commit 11eba32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,11 @@ app.on('ready', function() {
if (!exiting)
{
e.preventDefault();
videoWin.reload();
videoWin.hide();
}
});



function exitWindow(window)
{
try {
Expand Down

0 comments on commit 11eba32

Please sign in to comment.