Recent Scores: Add Guitar Pro file icon

Co-Authored-By: jessjwilliamson <71656189+jessjwilliamson@users.noreply.github.com>
This commit is contained in:
Casper Jeukendrup 2022-05-26 19:04:23 +02:00
parent 58712269ca
commit c46599e580
No known key found for this signature in database
GPG key ID: 6C571BEF59E722DD
3 changed files with 9 additions and 0 deletions

View file

@ -45,6 +45,7 @@
<file>qml/MuseScore/Project/internal/ProjectPropertiesBottomPanel.qml</file>
<file>qml/MuseScore/Project/internal/ProjectPropertiesView.qml</file>
<file>qml/MuseScore/Project/internal/PropertyItem.qml</file>
<file>resources/Placeholder_GP.png</file>
<file>resources/Placeholder_MIDI.png</file>
<file>resources/Placeholder_MXML.png</file>
<file>resources/Placeholder_Other.png</file>

View file

@ -233,6 +233,14 @@ FocusScope {
source: {
switch (root.suffix) {
case "gtp":
case "gp3":
case "gp4":
case "gp5":
case "gpx":
case "gp":
case "ptb":
return "qrc:/resources/Placeholder_GP.png"
case "mid":
case "midi":
case "kar":

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB