Skip to content

Commit

Permalink
Prepare for MuseScore 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jul 10, 2024
1 parent 68e9cf5 commit 5dad0ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fingeringdiagram.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// https://github.com/eduardomourar/fiati
//
// Copyright (c) 2019-2023 Eduardo Rodrigues
// Copyright (c) 2024 Joachim Schmitz
//=============================================================================
import QtQuick 2.8
import QtQuick.Dialogs 1.1
Expand All @@ -18,10 +19,11 @@ MuseScore {
description: 'Add instrument fingering diagrams to the score'
requiresScore: true

id: fingeringDiagram
//4.4 title:qsTr("Fingering Diagram")
Component.onCompleted : {
if (mscoreMajorVersion >= 4) {
title = qsTr("Fingering Diagram") ;
// thumbnailName = ".png";
title = qsTr("Fingering Diagram");
}
}

Expand Down

0 comments on commit 5dad0ac

Please sign in to comment.