mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 01:33:23 +00:00
QML UI: fix typo in component id
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e255a698cb
commit
a492b8bbd0
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ Kirigami.Page {
|
|||
title: qsTr("Dive Computer")
|
||||
|
||||
DCDownloadThread {
|
||||
id: downlodaThread
|
||||
id: downloadThread
|
||||
deviceData.vendor : comboVendor.currentText
|
||||
deviceData.product : comboProduct.currentText
|
||||
|
||||
|
@ -73,7 +73,7 @@ Kirigami.Page {
|
|||
text: qsTr("Download")
|
||||
onClicked: {
|
||||
text: qsTr("Retry")
|
||||
downlodaThread.start()
|
||||
downloadThread.start()
|
||||
}
|
||||
}
|
||||
Button {
|
||||
|
|
Loading…
Add table
Reference in a new issue