mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-29 02:08:10 -07:00
Format
This commit is contained in:
@@ -12,4 +12,4 @@ App(
|
||||
order=50,
|
||||
fap_icon="barcode_10px.png",
|
||||
fap_category="Misc",
|
||||
)
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ App(
|
||||
entry_point="protoview_app_entry",
|
||||
cdefines=["APP_PROTOVIEW"],
|
||||
requires=["gui"],
|
||||
stack_size=8*1024,
|
||||
stack_size=8 * 1024,
|
||||
order=50,
|
||||
fap_icon="appicon.png",
|
||||
fap_category="Tools",
|
||||
|
||||
@@ -9,5 +9,5 @@ App(
|
||||
order=10,
|
||||
fap_icon="icons/app.png",
|
||||
fap_category="Tools",
|
||||
fap_icon_assets="icons"
|
||||
fap_icon_assets="icons",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user