We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdcb34 commit 48759f3Copy full SHA for 48759f3
js/index.js
@@ -1012,6 +1012,8 @@ function getInstalledApps(refresh) {
1012
console.log("SETTINGS.settime=true and >2 seconds out - updating time");
1013
return Comms.setTime();
1014
}
1015
+ })
1016
+ .then(() => {
1017
// Show device info in more page:
1018
const deviceInfoElem = document.getElementById("more-deviceinfo");
1019
if (deviceInfoElem) {
0 commit comments