From e7ad9ca2f13c615fabc1e115e7c20666d6d13efa Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 5 Jun 2023 16:54:12 +0100 Subject: [PATCH] remove sortorder tag - this has no app, so all it did was push the entry to the top of the app loader --- apps/popconlaunch/metadata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/popconlaunch/metadata.json b/apps/popconlaunch/metadata.json index 9e1f096d4..f3e8ef4fb 100644 --- a/apps/popconlaunch/metadata.json +++ b/apps/popconlaunch/metadata.json @@ -16,6 +16,5 @@ ], "data": [ {"name":"popcon.cache.json"} - ], - "sortorder": -10 + ] }