Skip to content

Commit

Permalink
Removed quotes from ids
Browse files Browse the repository at this point in the history
  • Loading branch information
looptailG committed Jun 1, 2024
1 parent 1fffb2f commit ce84320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/FifthGeneratedTuner.qml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MuseScore
thumbnailName: "FifthGeneratedTunerThumbnail.png";
categoryCode: "playback";
description: "Retune the selection, or the whole score if nothing is selected, using the specified fifth size.";
version: "1.2.1-alpha";
version: "1.2.1";

pluginType: "dialog";
width: 470;
Expand Down Expand Up @@ -182,7 +182,7 @@ MuseScore

FileIO
{
id: "customTuningsIO";
id: customTuningsIO;
source: Qt.resolvedUrl(".").substring(8) + "CustomTunings.tsv";

onError:
Expand All @@ -193,7 +193,7 @@ MuseScore

FileIO
{
id: "settingsIO";
id: settingsIO;
source: Qt.resolvedUrl(".").substring(8) + "Settings.tsv";

onError:
Expand Down

0 comments on commit ce84320

Please sign in to comment.