From 083b3ead74ede489a8fed1e555d3521e90fb162c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 16 Nov 2020 19:15:31 +0100 Subject: [PATCH] Gotta return here to not create a regular setting for legacy settings... --- src/yunohost/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 2eb44aa8d..076096eef 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1293,6 +1293,8 @@ def app_setting(app, key, value=None, delete=False): show_tile=False, protected=True) + return + # # Regular setting management #