Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Reduce the volume to the same level as talk
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 13, 2022
commit 9eb9b4b6484f4ea1470bd30349889d8f7025ab41
4 changes: 2 additions & 2 deletions js/notifications-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications-main.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/Components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export default {
src: [
generateFilePath('notifications', 'img', 'talk.ogg'),
],
volume: 0.5,
})

sound.play()
Expand All @@ -239,6 +240,7 @@ export default {
src: [
generateFilePath('notifications', 'img', 'notification.ogg'),
],
volume: 0.5,
})

sound.play()
Expand Down