Skip to content

Commit 4b110d3

Browse files
committed
Upd for Loader Menu Reorder + Comment Removal
1 parent 94ee800 commit 4b110d3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This software is for experimental purposes only and is not meant for any illegal
4646
- [App Manifest Updates for App Credits (By xMasterX)](https://github.com/DarkFlippers/unleashed-firmware/commit/b51f0b2c784d3c6eb3de2dc08f2ed119a7c320b0)
4747
- OFW (Nothing Applied): [increased timeouts #2816 (By doomwastaken)](https://github.com/flipperdevices/flipperzero-firmware/pull/2816)
4848
- OFW PR: [Furi,FuriHal: various improvements #2819 (By skotopes)](https://github.com/flipperdevices/flipperzero-firmware/pull/2819)
49+
- [Loader Menu Reorder - Third time's a charm #687 (By ESurge)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/687)
4950

5051
<a name="release">
5152

scripts/fbt/appmanifest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ def _validate_app_params(self, *args, **kw):
119119
raise FlipperManifestException(
120120
f"Plugin {kw.get('appid')} must have 'requires' in manifest"
121121
)
122-
# Harmless - cdefines for external apps are meaningless
123-
# if apptype == FlipperAppType.EXTERNAL and kw.get("cdefines"):
124-
# raise FlipperManifestException(
125-
# f"External app {kw.get('appid')} must not have 'cdefines' in manifest"
126-
# )
127122

128123
def load_manifest(self, app_manifest_path: str, app_dir_node: object):
129124
if not os.path.exists(app_manifest_path):

0 commit comments

Comments
 (0)