Skip to content

Commit

Permalink
Update ChartingState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Oct 20, 2024
1 parent 8c6f382 commit f8800da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class ChartingState extends UIState {
label: "Open"
},
{
label: "Save"
label: "Save",
onSelect: () -> {
try {
var chart:String = Json.stringify(song);
Expand Down

0 comments on commit f8800da

Please sign in to comment.