Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Kragujević committed Oct 27, 2015
1 parent 443f69c commit 8d03ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var checkForUpdates = new gui.MenuItem({
}
});
menu.append(stopMenuItem);
menu.append(checkForUpdates);;
menu.append(checkForUpdates);
tray.menu = menu;
tray.tooltip = 'ShowStream';
win.hide();

0 comments on commit 8d03ae5

Please sign in to comment.