We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc97ad commit fd240aeCopy full SHA for fd240ae
src/api/tray/tray.js
@@ -100,7 +100,7 @@ Tray.prototype.__defineSetter__('icon', function(val) {
100
Tray.prototype.__defineSetter__('alticon', function(val) {
101
v8_util.getHiddenValue(this, 'option').shadowAlticon = String(val);
102
var real_path = val == '' ? '' : nw.getAbsolutePath(val);
103
- this.handleSetter('alticon', 'SetAlticon', String, real_path);
+ this.handleSetter('alticon', 'SetAltIcon', String, real_path);
104
});
105
106
Tray.prototype.__defineGetter__('tooltip', function() {
0 commit comments