fix: increase position of appendBackgroundToUI to handle larger files

This commit is contained in:
sethburkart123
2024-11-01 11:14:59 +11:00
parent 0671a7370b
commit 3d276e3b22
+1 -1
View File
@@ -13,11 +13,11 @@ export async function AddBetterSEQTAElements() {
document.documentElement.classList.add('dark'); document.documentElement.classList.add('dark');
} }
createHomeButton(); createHomeButton();
await appendBackgroundToUI();
await handleUserInfo(); await handleUserInfo();
handleStudentData(); handleStudentData();
createNewsButton(); createNewsButton();
setupEventListeners(); setupEventListeners();
await appendBackgroundToUI();
await addDarkLightToggle(); await addDarkLightToggle();
customizeMenuToggle(); customizeMenuToggle();
} }