Espruino/libs/js/banglejs/Bangle_showLauncher.min.js
Ben Whittaker ccd06effa1 Make Bangle.showLauncher() use less ram
Avoids having the contents of all files in memory at the same time.
2020-06-13 14:24:20 -04:00

1 line
218 B
JavaScript

(function(){var b=require("Storage").list(/\.info$/).map(function(a){if((a=require("Storage").readJSON(a,1))&&"launch"==a.type)return a}).find(function(a){return a});b?load(b.src):E.showMessage("Launcher\nnot found")})