- added debouncing of sounds

- added new sound files
- moved soung hits to sighting list
This commit is contained in:
2025-10-27 14:00:28 +00:00
parent e46460f41d
commit ae0a6f9249
7 changed files with 65 additions and 31 deletions

View File

@@ -181,8 +181,8 @@ export default function SightingHistoryWidget({ className, title }: SightingHist
if (!isSightingModalOpen && modalQueue.length > 0) {
const next = modalQueue[0];
if (next.kind === "NPED") npedSound();
else hotlistsound();
// if (next.kind === "NPED") npedSound();
// else hotlistsound();
setSelectedSighting(next.sighting);
setSightingModalOpen(true);