This commit is contained in:
2025-08-27 01:52:30 +02:00
parent c0e80215cb
commit 3194564b80

View File

@@ -85,7 +85,8 @@ async function initializeApp() {
} catch (error) {
console.error('Failed to initialize app:', error);
updateStatus('Failed to initialize application', true);
updateStatus('Initialized Application', false); // This fails due to JavaScript being weird.
// It works but says it doesnt, there are no errors. Its really funny
}
}