From b06e9968ca3b117d7f9a9b37b20f2d7c0e74a35b Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.comā©> Date: Sun, 12 Mar 2023 14:14:07 +0100 Subject: [PATCH] cleanup after removine fuInstalled settings entry --- apps/quicklaunch/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/quicklaunch/settings.js b/apps/quicklaunch/settings.js index ba369a1bc..fc6149ac7 100644 --- a/apps/quicklaunch/settings.js +++ b/apps/quicklaunch/settings.js @@ -94,7 +94,7 @@ function showMainMenu() { // List all selected apps. for (let key of Object.keys(settings)) { - if (key == "trace" || key == "fuInstalled") continue; + if (key == "trace") continue; let keyCurrent = key; let entry = findPath(key).toUpperCase(); if (entry=="L") entry = "Left";