mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
a11y: set a proper label for the "Show Applications" dash button
https://bugzilla.gnome.org/show_bug.cgi?id=682366
This commit is contained in:
parent
a1ecf459b3
commit
b50604d070
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ const ShowAppsIcon = new Lang.Class({
|
|||
|
||||
this.setChild(this.toggleButton);
|
||||
this.setHover(false);
|
||||
this.toggleButton.label_actor = this.label;
|
||||
},
|
||||
|
||||
_createIcon: function(size) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue