Skip to content

Commit

Permalink
Use correct stat reset button command
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Dec 1, 2021
1 parent 101b140 commit 12467c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mobile/StatPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ Item {
Button {
text: "Reset"
Layout.fillWidth: true
onClicked: mCommands.getStats(0xFFFFFFFF)
onClicked: {
mCommands.resetStats(false)
}
}
}
}
Expand Down

0 comments on commit 12467c2

Please sign in to comment.