Skip to content

Commit

Permalink
fixed version reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Mar 22, 2024
1 parent d80fe44 commit 7a571a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,8 @@ window.onload = async () => {

// switch off fullscreen mode - we don't want to persist that setting
config.fullscreen = false;
// set version
config.VERSION = VERSION;
// switch off debug mode we don't want this to be remembered
// Initialize Spectrogram
initWavesurfer({});
Expand Down

0 comments on commit 7a571a6

Please sign in to comment.