diff --git a/js/index.js b/js/index.js index bedebe4..af0c08c 100644 --- a/js/index.js +++ b/js/index.js @@ -1012,6 +1012,8 @@ function getInstalledApps(refresh) { console.log("SETTINGS.settime=true and >2 seconds out - updating time"); return Comms.setTime(); } + }) + .then(() => { // Show device info in more page: const deviceInfoElem = document.getElementById("more-deviceinfo"); if (deviceInfoElem) {