mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
fix tab name and add new icon
icon by @Svaarich
This commit is contained in:
@@ -16,7 +16,7 @@ static const char* ArchiveTabNames[] = {
|
|||||||
[ArchiveTabInfrared] = "Infrared",
|
[ArchiveTabInfrared] = "Infrared",
|
||||||
[ArchiveTabBadUsb] = "Bad USB",
|
[ArchiveTabBadUsb] = "Bad USB",
|
||||||
[ArchiveTabU2f] = "U2F",
|
[ArchiveTabU2f] = "U2F",
|
||||||
[ArchiveTabApps] = "Applications",
|
[ArchiveTabApps] = "Apps",
|
||||||
[ArchiveTabBrowser] = "Browser",
|
[ArchiveTabBrowser] = "Browser",
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ static const Icon* ArchiveItemIcons[] = {
|
|||||||
[ArchiveFileTypeInfrared] = &I_ir_10px,
|
[ArchiveFileTypeInfrared] = &I_ir_10px,
|
||||||
[ArchiveFileTypeBadUsb] = &I_badusb_10px,
|
[ArchiveFileTypeBadUsb] = &I_badusb_10px,
|
||||||
[ArchiveFileTypeU2f] = &I_u2f_10px,
|
[ArchiveFileTypeU2f] = &I_u2f_10px,
|
||||||
[ArchiveFileTypeApps] = &I_Apps_10px,
|
[ArchiveFileTypeApps] = &I_apps_10px,
|
||||||
[ArchiveFileTypeUpdateManifest] = &I_update_10px,
|
[ArchiveFileTypeUpdateManifest] = &I_update_10px,
|
||||||
[ArchiveFileTypeFolder] = &I_dir_10px,
|
[ArchiveFileTypeFolder] = &I_dir_10px,
|
||||||
[ArchiveFileTypeUnknown] = &I_unknown_10px,
|
[ArchiveFileTypeUnknown] = &I_unknown_10px,
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 2.3 KiB |
@@ -4098,7 +4098,7 @@ Variable,+,A_iButton_14,const Icon,
|
|||||||
Variable,-,ITM_RxBuffer,volatile int32_t,
|
Variable,-,ITM_RxBuffer,volatile int32_t,
|
||||||
Variable,+,I_125_10px,const Icon,
|
Variable,+,I_125_10px,const Icon,
|
||||||
Variable,+,I_ActiveConnection_50x64,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_ArrowC_1_36x36,const Icon,
|
||||||
Variable,+,I_ArrowDownEmpty_14x15,const Icon,
|
Variable,+,I_ArrowDownEmpty_14x15,const Icon,
|
||||||
Variable,+,I_ArrowDownFilled_14x15,const Icon,
|
Variable,+,I_ArrowDownFilled_14x15,const Icon,
|
||||||
|
|||||||
|
Reference in New Issue
Block a user