mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-21 16:30:41 -05:00
mixer-control: Fix network devices not having icons
Fix Airplay devices not having icons in gnome-shell and gnome-control-center.
This commit is contained in:
parent
20b130c17f
commit
cc46b231cf
@ -1382,6 +1382,7 @@ sync_devices (GvcMixerControl *control,
|
|||||||
"origin", "", /* Leave it empty for these special cases */
|
"origin", "", /* Leave it empty for these special cases */
|
||||||
"port-name", NULL,
|
"port-name", NULL,
|
||||||
"port-available", TRUE,
|
"port-available", TRUE,
|
||||||
|
"icon-name", gvc_mixer_stream_get_icon_name (stream),
|
||||||
NULL);
|
NULL);
|
||||||
device = GVC_MIXER_UI_DEVICE (object);
|
device = GVC_MIXER_UI_DEVICE (object);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user