Merge branch 'develop' into bugfix/uploadsounds-2

This commit is contained in:
2025-10-27 14:28:56 +00:00
5 changed files with 63 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);