Skip to content

Commit

Permalink
Fixed a bug with VERSION code preventing new installations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 12, 2024
1 parent e6a407b commit e7305a3
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 @@ -1671,7 +1671,7 @@ const defaultConfig = {
fade: false, notification: true, normalise: false, minFrequency: 0, maxFrequency: 11950 },
limit: 500,
debug: false,
VERSION: null,
VERSION: VERSION,
powerSaveBlocker: false
};
let appPath, tempPath, isMac;
Expand Down

0 comments on commit e7305a3

Please sign in to comment.