This commit is contained in:
2025-10-23 02:20:05 +02:00
parent d77fcd8ef5
commit 6c70f9b81f
6 changed files with 287 additions and 248 deletions

View File

@@ -499,6 +499,8 @@ async function shutdownApp() {
try {
await spotCache.init();
soundManager.setEnabled(false);
// ✅ Charger les données du cache immédiatement
const cachedSpots = await spotCache.getSpots();
if (cachedSpots.length > 0) {
@@ -627,6 +629,7 @@ async function shutdownApp() {
{dxccProgress}
{logs}
on:toast={(e) => showToast(e.detail.message, e.detail.type)}
on:clearLogs={() => logs = []}
/>
</div>
</div>