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:
Bastien Nocera 2024-02-04 00:45:57 +01:00
parent 20b130c17f
commit cc46b231cf

View File

@ -1382,6 +1382,7 @@ sync_devices (GvcMixerControl *control,
"origin", "", /* Leave it empty for these special cases */
"port-name", NULL,
"port-available", TRUE,
"icon-name", gvc_mixer_stream_get_icon_name (stream),
NULL);
device = GVC_MIXER_UI_DEVICE (object);