remove empty lines

pull/2645/head
thyttan 2023-03-12 03:25:56 +01:00
parent a6728e2f18
commit 7e8ceae785
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ for (let d of ["extleftapp","extrightapp","extupapp","extdownapp","exttapapp"]){
if (settings[d]) delete settings[d];
}
var apps = storage.list(/\.info$/).map(app=>{var a=storage.readJSON(app,1);return a&&{name:a.name,type:a.type,sortorder:a.sortorder,src:a.src};}).filter(app=>app && (app.type=="app" || app.type=="launch" || app.type=="clock" || !app.type));
// Add psuedo app to trigger Bangle.showLauncher later