mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-app: Stop setting description tooltip
We no longer ellipsize the description label, so the tooltip no longer has a purpose. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3051>
This commit is contained in:
parent
628e41890f
commit
f7c739ae4e
1 changed files with 0 additions and 1 deletions
|
|
@ -428,7 +428,6 @@ var ExtensionRow = GObject.registerClass({
|
||||||
|
|
||||||
const desc = this._extension.metadata.description.split('\n')[0];
|
const desc = this._extension.metadata.description.split('\n')[0];
|
||||||
this._descriptionLabel.label = desc;
|
this._descriptionLabel.label = desc;
|
||||||
this._descriptionLabel.tooltip_text = desc;
|
|
||||||
|
|
||||||
this.connect('destroy', this._onDestroy.bind(this));
|
this.connect('destroy', this._onDestroy.bind(this));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue