keyboard: Make emoji "hide keyboard" key icon consistent
It was stuck with an older icon, we've gained a specific icon for this action since. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3162>
This commit is contained in:
parent
9a340c6d66
commit
542263601b
@ -1023,7 +1023,7 @@ const EmojiSelection = GObject.registerClass({
|
|||||||
section.button = key;
|
section.button = key;
|
||||||
}
|
}
|
||||||
|
|
||||||
key = new Key({iconName: 'go-down-symbolic'});
|
key = new Key({iconName: 'keyboard-hide-symbolic'});
|
||||||
key.keyButton.add_style_class_name('default-key');
|
key.keyButton.add_style_class_name('default-key');
|
||||||
key.keyButton.add_style_class_name('hide-key');
|
key.keyButton.add_style_class_name('hide-key');
|
||||||
key.connect('released', () => {
|
key.connect('released', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user