diff --git a/js/index.js b/js/index.js index 73261b0..ceb2cfe 100644 --- a/js/index.js +++ b/js/index.js @@ -1013,6 +1013,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) {