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:
Carlos Garnacho 2024-01-27 14:21:05 +01:00
parent 9a340c6d66
commit 542263601b

View File

@ -1023,7 +1023,7 @@ const EmojiSelection = GObject.registerClass({
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('hide-key');
key.connect('released', () => {