mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 19:48:47 +00:00
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:
parent
e8e94b5c63
commit
ed247d32b2
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user