Skip to content

Commit

Permalink
remove old sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
loucass003 committed Feb 3, 2025
1 parent e65eac8 commit 994e8ec
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gui/src/sounds/sounds.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
import { fetchResourceUrl } from '@/utils/tauri';
import { ResetType } from 'solarxr-protocol';

const quickResetStartedSound = new Audio(
await fetchResourceUrl('/sounds/quick-reset-started-sound.mp3')
);
const fullResetStartedSound = new Audio(
await fetchResourceUrl('/sounds/full-reset-started-sound.mp3')
);
const mountingResetStartedSound = new Audio(
await fetchResourceUrl('/sounds/mounting-reset-started-sound.mp3')
);
const tapSetupSound1 = new Audio(await fetchResourceUrl('/sounds/first-tap.mp3'));
const tapSetupSound2 = new Audio(await fetchResourceUrl('/sounds/second-tap.mp3'));
const tapSetupSound3 = new Audio(await fetchResourceUrl('/sounds/third-tap.mp3'));
Expand Down

0 comments on commit 994e8ec

Please sign in to comment.