design: New notification sound
This commit is contained in:
parent
ea75e98c37
commit
52457a3320
3 changed files with 1 additions and 2 deletions
Binary file not shown.
BIN
assets/sounds/notification.ogg
Normal file
BIN
assets/sounds/notification.ogg
Normal file
Binary file not shown.
|
|
@ -57,8 +57,7 @@ extension LocalNotificationsExtension on MatrixState {
|
||||||
);
|
);
|
||||||
if (kIsWeb) {
|
if (kIsWeb) {
|
||||||
html.AudioElement()
|
html.AudioElement()
|
||||||
..src =
|
..src = 'assets/assets/sounds/notification.ogg'
|
||||||
'assets/assets/sounds/WoodenBeaver_stereo_message-new-instant.ogg'
|
|
||||||
..autoplay = true
|
..autoplay = true
|
||||||
..load();
|
..load();
|
||||||
html.Notification(
|
html.Notification(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue