Skip to content

Commit

Permalink
reverted tour link to example.mp3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Mar 6, 2024
1 parent efed791 commit 5126bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -4668,7 +4668,7 @@ function track(event, action, name, value){
// Event handler for starting the tour
const prepTour = async () => {
if (!fileLoaded) {
const example_file = 'Help/example.mp3';
const example_file = await window.electron.getAudio();;
// create a canvas for the audio spec
showElement(['spectrogramWrapper'], false);
await loadAudioFile({ filePath: example_file });
Expand Down

0 comments on commit 5126bcc

Please sign in to comment.