Prevent a11y-kdb status icon from showing
This commit is contained in:
parent
8468fe87eb
commit
9c23bf02bd
@ -15,7 +15,8 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = {
|
||||
'gnome-sound-applet': 'volume',
|
||||
'nm-applet': 'network',
|
||||
'gnome-power-manager': 'battery',
|
||||
'keyboard': 'keyboard'
|
||||
'keyboard': 'keyboard',
|
||||
'a11y-keyboard': 'a11y'
|
||||
};
|
||||
|
||||
function StatusIconDispatcher() {
|
||||
|
Loading…
Reference in New Issue
Block a user