mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 11:03:32 +00:00
Update UI
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user