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:
@ -212,12 +212,3 @@ var ATIndicator = new Lang.Class({
|
||||
return widget;
|
||||
}
|
||||
});
|
||||
|
||||
var ATGreeterIndicator = new Lang.Class({
|
||||
Name: 'ATGreeterIndicator',
|
||||
Extends: ATIndicator,
|
||||
|
||||
// Override visibility handling to be always visible
|
||||
_syncMenuVisibility: function() { },
|
||||
_queueSyncMenuVisibility: function() { }
|
||||
});
|
||||
|
Reference in New Issue
Block a user