From 053615c2c42347f1dc941293aeeae02f4c059bff Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 4 Dec 2022 00:08:16 +0100 Subject: [PATCH 01/10] remove this unused "$topMenuAppsOrder" local variable --- lib/Controller/JsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Controller/JsController.php b/lib/Controller/JsController.php index c0831a9..2ba62ed 100644 --- a/lib/Controller/JsController.php +++ b/lib/Controller/JsController.php @@ -95,7 +95,6 @@ class JsController extends Controller { $topMenuApps = $this->config->getAppValueArray('top-menu-apps', '[]'); $topSideMenuApps = $this->config->getAppValueArray('top-side-menu-apps', '[]'); - $topMenuAppsOrder = $this->config->getAppValueArray('top-menu-apps-order', '[]'); $targetBlankApps = $this->config->getAppValueArray('target-blank-apps', '[]'); $useAvatar = $this->config->getAppValueBool('use-avatar', '0'); $isForced = $this->config->getAppValueBool('force', '0'); From 81bcad348ebf167c59dd24a5e040f8802e9f79e6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 4 Dec 2022 00:09:11 +0100 Subject: [PATCH 02/10] remove this unused import of 'trim' --- src/SideMenu.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SideMenu.vue b/src/SideMenu.vue index ee9d477..c52ac1f 100644 --- a/src/SideMenu.vue +++ b/src/SideMenu.vue @@ -53,7 +53,6 @@ along with this program. If not, see .