Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Akaflieg-Freiburg/enroute
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Oct 15, 2024
2 parents 2457d8d + 9817b5b commit f24380e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ option(QTDEPLOY "Generate and run Qt deployment scripts" OFF)
# Project data
#

project(enroute VERSION 2.31.12)
project(enroute VERSION 2.31.13)
set(APP_ID de.akaflieg_freiburg.enroute)
set(DISPLAY_NAME "Enroute")
math(EXPR PROJECT_VERSION_CODE 10000*${PROJECT_VERSION_MAJOR}+100*${PROJECT_VERSION_MINOR}+${PROJECT_VERSION_PATCH})
Expand Down
2 changes: 1 addition & 1 deletion src/qml/items/MapSet.qml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Item {
visible: !element.model.modelData.hasFile && !element.model.modelData.downloading
onClicked: {
PlatformAdaptor.vibrateBrief()
element.startFileDownload()
element.model.modelData.startDownload()
}
}

Expand Down

0 comments on commit f24380e

Please sign in to comment.