mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
Update nfc magic name and icon
This commit is contained in:
parent
1bb6113eaa
commit
939a77b4e7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
App(
|
||||
appid="nfc_magic",
|
||||
name="Nfc Magic",
|
||||
name="NFC Magic",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="nfc_magic_app",
|
||||
requires=[
|
||||
|
@ -9,7 +9,7 @@ App(
|
|||
],
|
||||
stack_size=4 * 1024,
|
||||
order=30,
|
||||
fap_icon="../../../assets/icons/Archive/125_10px.png",
|
||||
fap_icon="../../../assets/icons/Archive/Nfc_10px.png",
|
||||
fap_category="Tools",
|
||||
fap_private_libs=[
|
||||
Lib(
|
||||
|
|
Loading…
Reference in a new issue