mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
a11y menu: Add "All Accessibility Settings" entry
Unlike other top bar menus, the accessibility menu doesn't provide quick access to the corresponding settings. It's still useful, given that not all settings are exposed in the menu, so add a settings entry. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6058 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2615>
This commit is contained in:
parent
2d00320a4b
commit
f1c75c28fb
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ class ATIndicator extends PanelMenu.Button {
|
|||
let mouseKeys = this._buildItem(_("Mouse Keys"), A11Y_KEYBOARD_SCHEMA, KEY_MOUSE_KEYS_ENABLED);
|
||||
this.menu.addMenuItem(mouseKeys);
|
||||
|
||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
this.menu.addSettingsAction(_('Accessibility Settings'),
|
||||
'gnome-universal-access-panel.desktop');
|
||||
|
||||
this._syncMenuVisibility();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue