status/system: Set accessible name for screenshot item
Otherwise it shows up as plain "push button". Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2455>
This commit is contained in:
parent
137c50b6dc
commit
2ed0a61b6d
@ -102,6 +102,7 @@ class ScreenshotItem extends QuickSettingsItem {
|
|||||||
can_focus: true,
|
can_focus: true,
|
||||||
icon_name: 'camera-photo-symbolic',
|
icon_name: 'camera-photo-symbolic',
|
||||||
visible: !Main.sessionMode.isGreeter,
|
visible: !Main.sessionMode.isGreeter,
|
||||||
|
accessible_name: _('Take Screenshot'),
|
||||||
});
|
});
|
||||||
|
|
||||||
this.connect('clicked', () => {
|
this.connect('clicked', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user