status/a11y: Update deprecated icon name
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2155>
This commit is contained in:
parent
a0206dcc3f
commit
372ccc3e29
@ -35,7 +35,7 @@ class ATIndicator extends PanelMenu.Button {
|
|||||||
|
|
||||||
this.add_child(new St.Icon({
|
this.add_child(new St.Icon({
|
||||||
style_class: 'system-status-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 });
|
this._a11ySettings = new Gio.Settings({ schema_id: A11Y_SCHEMA });
|
||||||
|
Loading…
Reference in New Issue
Block a user