This commit is contained in:
RogueMaster
2022-09-16 20:18:00 -04:00
parent 61e922399d
commit b94f94aaee
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
App(
appid="APPS_Paint",
name="Paint",
apptype=FlipperAppType.PLUGIN,
apptype=FlipperAppType.EXTERNAL,
entry_point="paint_app",
cdefines=["APP_PAINT"],
requires=["gui"],
stack_size=2 * 1024,
order=175,
fap_icon="paintIcon.png",
fap_category="Misc",
)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB