- added volume functionality for NPED notifications

This commit is contained in:
2025-10-20 09:11:05 +01:00
parent 82b84dc46e
commit b2dd35b311
5 changed files with 26 additions and 64 deletions

View File

@@ -29,6 +29,8 @@ export function reducer(state: SoundState, action: SoundAction): SoundState {
name: hotlist.name,
sound: hotlist.sound,
})),
NPEDsoundVolume: action.payload.NPEDsoundVolume,
sightingVolume: action.payload.sightingVolume,
};
}