Browse Source

update sound

pull/185/head
Marc Hyeler 2 years ago
parent
commit
77369d60b1
  1. BIN
      public/notification.mp3
  2. BIN
      public/notification.wav
  3. 2
      src/core/utils/notify.ts

BIN
public/notification.mp3

Binary file not shown.

BIN
public/notification.wav

Binary file not shown.

2
src/core/utils/notify.ts

@ -1,6 +1,6 @@
import { useAppStore } from '@core/stores/appStore.js';
const notificationSound = new Audio("/notification.mp3");
const notificationSound = new Audio("/notification.wav");
let isPlaying = false;

Loading…
Cancel
Save