Revert "other changes yet not working"

This reverts commit 7848e6eab8.
This commit is contained in:
RogueMaster
2022-11-02 19:23:51 -04:00
parent 7848e6eab8
commit cd91aff48d
6 changed files with 12 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="infrared",
name="Infrared",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.APP,
entry_point="infrared_app",
cdefines=["APP_INFRARED"],
requires=[
@@ -9,11 +9,11 @@ App(
"dialogs",
],
provides=["infrared_start"],
# icon="A_Infrared_14",
icon="A_Infrared_14",
stack_size=3 * 1024,
order=40,
fap_icon="irIcon.png",
fap_category="Main",
# fap_icon="irIcon.png",
# fap_category="Main",
)
App(