Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions images/NordicWalking-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions images/NordicWalking.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion qml/components/Sports.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Item {
i18n.tr("Walk"),
i18n.tr("Drive"),
i18n.tr("Hike"),
i18n.tr("Nordic walking"),
i18n.tr("Unicycle")
]
//List of available sports not translatable to be used as property value for each track
readonly property var name: ["Run","BikeRide","Walk","Drive","Hike","Unicycle"]
readonly property var name: ["Run","BikeRide","Walk","Drive","Hike","NordicWalking","Unicycle"]
// index of the selected sport when editing/importing/saving a track
property int selected: -1
// index of the sport selected in the first dialog popped up while tracking a new activity
Expand Down