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 f727b1b commit d0900abCopy full SHA for d0900ab
blacknotes.qml
@@ -27,11 +27,14 @@ MuseScore {
27
version: "3.0"
28
description: qsTr("This plugin paints all chords and rests in black")
29
menuPath: "Plugins.Notes.Color Notes in Black"
30
+ //4.4 title: "Color Notes in Black"
31
+ //4.4 thumbnailName: "color_notes.png"
32
+ //4.4 categoryCode: "color-notes"
33
34
Component.onCompleted : {
- if (mscoreMajorVersion >= 4) {
- title = "Color Notes in Black" ;
- // thumbnailName = ".png";
35
+ if (mscoreMajorVersion >= 4 && mscoreMinorVersion <= 3) {
36
+ title = "Color Notes in Black";
37
+ thumbnailName = "color_notes.png";
38
categoryCode = "color-notes";
39
}
40
color_notes.png
381 KB
0 commit comments