diff --git a/applet/contents/ui/DeviceListItem.qml b/applet/contents/ui/DeviceListItem.qml --- a/applet/contents/ui/DeviceListItem.qml +++ b/applet/contents/ui/DeviceListItem.qml @@ -31,6 +31,8 @@ return "audio-card"; case "speaker": return "audio-speakers-symbolic"; + case "phone": + return "phone"; case "handset": return "phone"; case "tv":