diff --git a/src/app.py b/src/app.py index 931e8c97b..13ccfd996 100644 --- a/src/app.py +++ b/src/app.py @@ -138,6 +138,7 @@ def app_info(app, full=False, upgradable=False): "description": _value_for_locale(local_manifest["description"]), "name": permissions.get(app + ".main", {}).get("label", local_manifest["name"]), "version": local_manifest.get("version", "-"), + "settings": settings, } if "domain" in settings and "path" in settings: @@ -169,8 +170,6 @@ def app_info(app, full=False, upgradable=False): ret["current_version"] = f" ({current_revision})" ret["new_version"] = f" ({new_revision})" - ret["settings"] = settings - if not full: return ret