Fix some settings API usage/setup

This commit is contained in:
Willy-JL
2024-02-14 03:03:55 +00:00
parent 78e405051a
commit c4ac4e69b3
6 changed files with 7 additions and 9 deletions

View File

@@ -62,8 +62,6 @@ class ApplicationsCGenerator:
app_path = "/ext/apps"
if app.fap_category:
app_path += f"/{app.fap_category}"
else:
app_path += "/assets"
app_path += f"/{app.appid}.fap"
return f"""
{{