mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Fix cross-dependant fap icons
This commit is contained in:
@@ -7,6 +7,6 @@ App(
|
|||||||
requires=["gui"],
|
requires=["gui"],
|
||||||
stack_size=1 * 1024,
|
stack_size=1 * 1024,
|
||||||
order=60,
|
order=60,
|
||||||
fap_icon="../../external/mousejacker/mouse_10px.png",
|
fap_icon="mouse_10px.png",
|
||||||
fap_category="Debug",
|
fap_category="Debug",
|
||||||
)
|
)
|
||||||
|
|||||||
BIN
applications/debug/usb_mouse/mouse_10px.png
Normal file
BIN
applications/debug/usb_mouse/mouse_10px.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
applications/external/nfc_magic/Nfc_10px.png
vendored
Normal file
BIN
applications/external/nfc_magic/Nfc_10px.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 304 B |
@@ -10,7 +10,7 @@ App(
|
|||||||
],
|
],
|
||||||
stack_size=4 * 1024,
|
stack_size=4 * 1024,
|
||||||
order=30,
|
order=30,
|
||||||
fap_icon="../../../assets/icons/Archive/Nfc_10px.png",
|
fap_icon="Nfc_10px.png",
|
||||||
fap_category="NFC",
|
fap_category="NFC",
|
||||||
fap_private_libs=[
|
fap_private_libs=[
|
||||||
Lib(
|
Lib(
|
||||||
|
|||||||
Reference in New Issue
Block a user