diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 997403a07..6d7ebf3f3 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -2509,7 +2509,7 @@ def unstable_apps(): if not infos.get("from_catalog") or infos.get("from_catalog").get("state") in [ "inprogress", "notworking", - ] or infos["id"] in deprecated_apps: + ] or infos["id"] in deprecated_apps or infos.get("from_catalog").get("level") == 0: output.append(infos["id"]) return output