mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
chore: Use wooden beaver sound
This commit is contained in:
parent
530722f2e6
commit
7025cdf157
@ -53,4 +53,6 @@ https://gitlab.com/famedly/fluffychat/-/wikis/How-To-Build
|
||||
|
||||
* <a href="https://github.com/googlefonts/noto-emoji/">Noto Emoji Font</a> for the awesome emojis.
|
||||
|
||||
* <a href="https://github.com/madsrh/WoodenBeaver">WoodenBeaver</a> sound theme for the notification sound.
|
||||
|
||||
* The Matrix Foundation for making and maintaining the [emoji translations](https://github.com/matrix-org/matrix-doc/blob/main/data-definitions/sas-emoji.json) used for emoji verification, licensed Apache 2.0
|
||||
|
BIN
assets/sounds/WoodenBeaver_stereo_message-new-instant.ogg
Normal file
BIN
assets/sounds/WoodenBeaver_stereo_message-new-instant.ogg
Normal file
Binary file not shown.
Binary file not shown.
@ -35,7 +35,8 @@ extension LocalNotificationsExtension on MatrixState {
|
||||
width: 64, height: 64, method: ThumbnailMethod.crop);
|
||||
if (kIsWeb) {
|
||||
html.AudioElement()
|
||||
..src = 'assets/assets/sounds/notification.wav'
|
||||
..src =
|
||||
'assets/assets/sounds/WoodenBeaver_stereo_message-new-instant.ogg'
|
||||
..autoplay = true
|
||||
..load();
|
||||
html.Notification(
|
||||
|
Loading…
Reference in New Issue
Block a user