Update UI

This commit is contained in:
Foxster
2023-12-15 19:52:23 -08:00
parent e0116394d4
commit c6630a2c0b
16 changed files with 268 additions and 97 deletions

View File

@@ -37,12 +37,12 @@ export function main(callback, fallbackURL = "../../") {
const tintColor = json.tintColor?.replaceAll("#", "");
if (tintColor) setTintColor(tintColor);
insertAltStoreBanner(json.name);
// insertAltStoreBanner(json.name);
setApps(json.apps);
// main(json);
callback(json);
waitForAllImagesToLoad();
// waitForAllImagesToLoad();
})
.catch(error => {
alert(error);