Update boot.js

pull/1626/head
frigis1 2022-03-27 11:31:58 -07:00 committed by GitHub
parent c43124360f
commit 252f58d1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
function tap() {
//tap, check if source exists, launch
var apps = require("Storage").list(/\.info$/).map(app=>{var a=require("Storage").readJSON(app,1);return a&&{src:a.src};});
if ((settings.tapapp.src) && apps.some(e => e.src === settings.tapapp.src)) load (settings.tapapp.src);
}