- 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

@@ -20,6 +20,7 @@ const SoundContextProvider = ({ children }: SoundContextProviderProps) => {
operation: "VIEW",
path: "soundSettings",
});
console.log(result.result);
dispatch({ type: "UPDATE", payload: result.result });
};
fetchSound();