keyboard: Make input source items accessible
https://bugzilla.gnome.org/show_bug.cgi?id=684462
This commit is contained in:
parent
2815889090
commit
d0a77b7e0c
@ -177,6 +177,7 @@ const LayoutMenuItem = new Lang.Class({
|
||||
this.indicator = new St.Label({ text: shortName });
|
||||
this.addActor(this.label);
|
||||
this.addActor(this.indicator);
|
||||
this.actor.label_actor = this.label;
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user