fix icon name

This commit is contained in:
MX 2022-09-20 03:23:22 +03:00
parent e762a68265
commit 672e27f258
No known key found for this signature in database
GPG Key ID: 6C4C311DFD4B4AB5
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ static const Icon* ArchiveItemIcons[] = {
[ArchiveFileTypeInfrared] = &I_ir_10px,
[ArchiveFileTypeBadUsb] = &I_badusb_10px,
[ArchiveFileTypeU2f] = &I_u2f_10px,
[ArchiveFileTypeApps] = &I_apps_10px,
[ArchiveFileTypeApps] = &I_Apps_10px,
[ArchiveFileTypeUpdateManifest] = &I_update_10px,
[ArchiveFileTypeFolder] = &I_dir_10px,
[ArchiveFileTypeUnknown] = &I_unknown_10px,

View File

@ -4098,7 +4098,7 @@ Variable,+,A_iButton_14,const Icon,
Variable,-,ITM_RxBuffer,volatile int32_t,
Variable,+,I_125_10px,const Icon,
Variable,+,I_ActiveConnection_50x64,const Icon,
Variable,+,I_apps_10px,const Icon,
Variable,+,I_Apps_10px,const Icon,
Variable,+,I_ArrowC_1_36x36,const Icon,
Variable,+,I_ArrowDownEmpty_14x15,const Icon,
Variable,+,I_ArrowDownFilled_14x15,const Icon,

1 entry status name type params
4098 Variable - ITM_RxBuffer volatile int32_t
4099 Variable + I_125_10px const Icon
4100 Variable + I_ActiveConnection_50x64 const Icon
4101 Variable + I_apps_10px I_Apps_10px const Icon
4102 Variable + I_ArrowC_1_36x36 const Icon
4103 Variable + I_ArrowDownEmpty_14x15 const Icon
4104 Variable + I_ArrowDownFilled_14x15 const Icon