cleanup after removine fuInstalled settings entry

pull/2645/head
thyttan 2023-03-12 14:14:07 +01:00
parent 850c791ba2
commit b06e9968ca
1 changed files with 1 additions and 1 deletions

View File

@ -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";