removed namechanger & namechangersrv

these programs were causing boot loops on certain users & don't currently work. i will be working on fixing these programs, however they will not be included again until fully fixed.
This commit is contained in:
jbohack
2023-01-04 15:59:38 -05:00
parent 1e02d4803b
commit 978b37cc8b
23 changed files with 0 additions and 953 deletions

View File

@@ -1,13 +0,0 @@
App(
appid="NameChanger",
name="Name Changer",
apptype=FlipperAppType.EXTERNAL,
entry_point="namechanger_app",
cdefines=["APP_NAMECHANGER"],
requires=["gui","storage"],
stack_size=2 * 1024,
order=90,
fap_icon="namechanger_10px.png",
fap_category="Tools",
fap_icon_assets="icons",
)