Skip to content

Commit b42862f

Browse files
committed
Update blacknotes.qml
1 parent 987e79e commit b42862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blacknotes.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ MuseScore {
3232
//4.4 categoryCode: "color-notes"
3333

3434
Component.onCompleted : {
35-
if (mscoreMajorVersion >= 4) {
35+
if (mscoreMajorVersion >= 4 && mscoreMinorVersion <= 3) {
3636
title = "Color Notes in Black";
3737
thumbnailName = "color_notes.png";
3838
categoryCode = "color-notes";

0 commit comments

Comments
 (0)