mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue