Skip to content

Commit

Permalink
Actual 2.0.0-beta4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffington committed Feb 21, 2021
1 parent a8d8aa8 commit 65a4d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v2.0.0b4 - 2021-02-19
### v2.0.0b4 - 2021-02-21
Rolls up all changes from the betas below plus
- Lyrics filename patterns can be specified in the config file
- Config file can be edited/reset from the settings menu
Expand Down
1 change: 0 additions & 1 deletion js/CaTRoX_QWR/Control_Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ class Button {

set enable(val) {
this.enabled = val;
console.log(this.id, '>>>', val)
if (!val) {
this.changeState(ButtonState.Default);
} else {
Expand Down

0 comments on commit 65a4d42

Please sign in to comment.