modem-manager: Use the correct icon name

The list is specified in https://lvfs.readthedocs.io/en/latest/metainfo.html
This commit is contained in:
Richard Hughes 2022-03-24 13:05:23 +00:00
parent e8e94b5c63
commit ed247d32b2

View File

@ -1756,7 +1756,7 @@ fu_mm_device_init(FuMmDevice *self)
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_MD_SET_VERFMT);
fu_device_set_version_format(FU_DEVICE(self), FWUPD_VERSION_FORMAT_PLAIN);
fu_device_set_summary(FU_DEVICE(self), "Mobile broadband device");
fu_device_add_icon(FU_DEVICE(self), "network-modem");
fu_device_add_icon(FU_DEVICE(self), "modem");
fu_device_register_private_flag(FU_DEVICE(self),
FU_MM_DEVICE_FLAG_DETACH_AT_FASTBOOT_HAS_NO_RESPONSE,
"detach-at-fastboot-has-no-response");