Mark lock indicator icons as keyboard ones
Those 3 possible status icons from gnome-settings-daemon should not be showing up in gnome-shell, as they already have native versions.
This commit is contained in:
parent
9c23bf02bd
commit
8a030e8fc4
@ -16,7 +16,10 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
|
||||
'nm-applet': 'network',
|
||||
'gnome-power-manager': 'battery',
|
||||
'keyboard': 'keyboard',
|
||||
'a11y-keyboard': 'a11y'
|
||||
'a11y-keyboard': 'a11y',
|
||||
'kbd-scrolllock': 'keyboard',
|
||||
'kbd-numlock': 'keyboard',
|
||||
'kbd-capslock': 'keyboard'
|
||||
};
|
||||
|
||||
function StatusIconDispatcher() {
|
||||
|
Loading…
Reference in New Issue
Block a user