We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987e79e commit b42862fCopy full SHA for b42862f
blacknotes.qml
@@ -32,7 +32,7 @@ MuseScore {
32
//4.4 categoryCode: "color-notes"
33
34
Component.onCompleted : {
35
- if (mscoreMajorVersion >= 4) {
+ if (mscoreMajorVersion >= 4 && mscoreMinorVersion <= 3) {
36
title = "Color Notes in Black";
37
thumbnailName = "color_notes.png";
38
categoryCode = "color-notes";
0 commit comments