gdm: Remove separate greeter universal access icon
The idea behind always showing the icon on the login screen is that the users' needs aren't known at that point. However we can achieve the same behavior by including the 'always-show-universal-access-status' key in GDM's presets, so drop the special-case. https://bugzilla.gnome.org/show_bug.cgi?id=788943
This commit is contained in:
@ -763,7 +763,6 @@ const PANEL_ITEM_IMPLEMENTATIONS = {
|
||||
'appMenu': AppMenuButton,
|
||||
'dateMenu': imports.ui.dateMenu.DateMenuButton,
|
||||
'a11y': imports.ui.status.accessibility.ATIndicator,
|
||||
'a11yGreeter': imports.ui.status.accessibility.ATGreeterIndicator,
|
||||
'keyboard': imports.ui.status.keyboard.InputSourceIndicator,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user