mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 14:28:36 -07:00
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:
@@ -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",
|
||||
)
|
||||
Reference in New Issue
Block a user