- added state to set sound set settings for sightings and NPED hits

- added function to save mute settings
This commit is contained in:
2025-10-08 11:08:41 +01:00
parent a20a0c7019
commit 40909d48b6
8 changed files with 59 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ export function useSightingFeed(url: string | undefined) {
return latestRef;
}, [latestRef]);
const soundSrc = useMemo(() => {
return getSoundFileURL(state.sightingSound) ?? switchSound;
return getSoundFileURL(state?.sightingSound) ?? switchSound;
}, [state.sightingSound]);
//use latestref instead of trigger to revert back