settings redesign

This commit is contained in:
Vladimir Mandic
2023-08-30 07:16:25 -04:00
parent 5e14178b3d
commit 72e62078c5
9 changed files with 97 additions and 68 deletions
+1
View File
@@ -85,6 +85,7 @@ async function setHints() {
}
const t1 = performance.now();
log('setHints', { type: localeData.type, elements: elements.length, localized, hints, data: localeData.data.length, time: t1 - t0 });
sortUIElements();
removeSplash();
// validateHints(elements, localeData.data)
}