Move ibus status icon under keyboard
This makes sense, since we are covering input methods and keyboard layouts in the same keyboard menu. The effect of this change is that the ibus status icon no longer appears in the system status area.
This commit is contained in:
parent
f0e03b5e82
commit
0098c2b7f7
@ -20,7 +20,7 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
|
||||
'kbd-scrolllock': 'keyboard',
|
||||
'kbd-numlock': 'keyboard',
|
||||
'kbd-capslock': 'keyboard',
|
||||
'ibus-ui-gtk': 'input-method'
|
||||
'ibus-ui-gtk': 'keyboard'
|
||||
};
|
||||
|
||||
const StatusIconDispatcher = new Lang.Class({
|
||||
|
Loading…
Reference in New Issue
Block a user