status/a11y: Update deprecated icon name

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2155>
This commit is contained in:
Sam Hewitt 2022-02-03 15:44:52 -03:30 committed by Marge Bot
parent a0206dcc3f
commit 372ccc3e29

View File

@ -35,7 +35,7 @@ class ATIndicator extends PanelMenu.Button {
this.add_child(new St.Icon({
style_class: 'system-status-icon',
icon_name: 'preferences-desktop-accessibility-symbolic',
icon_name: 'org.gnome.Settings-accessibility-symbolic',
}));
this._a11ySettings = new Gio.Settings({ schema_id: A11Y_SCHEMA });