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