Update application.fam

This commit is contained in:
RogueMaster
2022-09-17 14:41:13 -04:00
committed by GitHub
parent fcfcc59022
commit f407b7d6a2
@@ -1,12 +1,12 @@
App(
appid="sentry_safe",
appid="APPS_Sentry_Safe",
name="[GPIO] Sentry Safe",
apptype=FlipperAppType.EXTERNAL,
entry_point="sentry_safe_app",
cdefines=["APP_SENTRY_SAFE"],
requires=["gui"],
stack_size=1 * 1024,
order=80,
order=40,
fap_icon="safe_10px.png",
fap_category="GPIO",
)