status/system: Use a better icon in screenshot button

The screenshot button could be mistaken for one that opens a
program for taking photos and videos. Change it to one that
is less ambiguous.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5993

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2553>
This commit is contained in:
two
2022-11-22 20:50:49 +00:00
committed by Florian Müllner
parent cccbd9af88
commit 6cd39f829f
3 changed files with 13 additions and 3 deletions

View File

@ -100,7 +100,7 @@ class ScreenshotItem extends QuickSettingsItem {
super._init({
style_class: 'icon-button',
can_focus: true,
icon_name: 'camera-photo-symbolic',
icon_name: 'screenshooter-symbolic',
visible: !Main.sessionMode.isGreeter,
accessible_name: _('Take Screenshot'),
});