power-status: Remove tooltip
Status icons should not have tooltips according to the design.
This commit is contained in:
parent
5f1a2e3cec
commit
deb7e7317e
@ -50,7 +50,6 @@ const PowerManagerInterface = {
|
|||||||
],
|
],
|
||||||
properties: [
|
properties: [
|
||||||
{ name: 'Icon', signature: 's', access: 'read' },
|
{ name: 'Icon', signature: 's', access: 'read' },
|
||||||
{ name: 'Tooltip', signature: 's', access: 'read' },
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
let PowerManagerProxy = DBus.makeProxyClass(PowerManagerInterface);
|
let PowerManagerProxy = DBus.makeProxyClass(PowerManagerInterface);
|
||||||
@ -159,9 +158,6 @@ Indicator.prototype = {
|
|||||||
this.actor.hide();
|
this.actor.hide();
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
this._proxy.GetRemote('Tooltip', Lang.bind(this, function(tooltip) {
|
|
||||||
this.setTooltip(tooltip);
|
|
||||||
}));
|
|
||||||
this._readPrimaryDevice();
|
this._readPrimaryDevice();
|
||||||
this._readOtherDevices();
|
this._readOtherDevices();
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user