From d4cea1372e9f214a5934cddc7c95a4693b954cc4 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Mon, 13 Feb 2023 19:58:38 +0100 Subject: [PATCH] tweak app list sort order --- apps/quicklaunch/settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/quicklaunch/settings.js b/apps/quicklaunch/settings.js index 70f1ffae5..0961e6cae 100644 --- a/apps/quicklaunch/settings.js +++ b/apps/quicklaunch/settings.js @@ -12,7 +12,7 @@ var apps = storage.list(/\.info$/).map(app=>{var a=storage.readJSON(app,1);retur apps.push({ "name": "Show Launcher", "type": undefined, - "sortorder": -10, + "sortorder": -12, "src": "no source" }); @@ -20,7 +20,7 @@ apps.push({ apps.push({ "name": "Quick Launch Extension", "type": "app", - "sortorder": -9, + "sortorder": -11, "src": "quicklaunch.app.js" });