mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-23 01:10:40 -05:00
mixer-control: Use the "emblem-system-symbolic" icon
As suggested by the last round of design review [1], use the "emblem-system-symbolic" icon with system sounds. [1] https://gitlab.gnome.org/GNOME/gnome-control-center/issues/548
This commit is contained in:
parent
3f457453f0
commit
468022b708
@ -2748,7 +2748,7 @@ update_event_role_stream (GvcMixerControl *control,
|
||||
max_volume = pa_cvolume_max (&info->volume);
|
||||
|
||||
gvc_mixer_stream_set_name (stream, _("System Sounds"));
|
||||
gvc_mixer_stream_set_icon_name (stream, "multimedia-volume-control");
|
||||
gvc_mixer_stream_set_icon_name (stream, "emblem-system-symbolic");
|
||||
gvc_mixer_stream_set_volume (stream, (guint)max_volume);
|
||||
gvc_mixer_stream_set_is_muted (stream, info->mute);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user