Browse Source

Fixes #910

pull/1121/head
Ramiro Saenz 8 years ago
parent
commit
4eb82e43e7
  1. 2
      electron/tray.js

2
electron/tray.js

@ -40,7 +40,7 @@ exports.create = function(win, config) {
};
exports.destroy = function() {
appIcon.destroy();
if (appIcon) appIcon.destroy();
appIcon = null;
};

Loading…
Cancel
Save