mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue