mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile/qml: correct typo in Export.qml
Correct default value for export type. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
190b024bec
commit
5aba24248f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import org.kde.kirigami 2.4 as Kirigami
|
|||
Kirigami.ScrollablePage {
|
||||
title: qsTr("Export Divelog information")
|
||||
|
||||
property int selectedExport: ExportType.EX_DIVE_XML
|
||||
property int selectedExport: ExportType.EX_DIVES_XML
|
||||
|
||||
FileDialog {
|
||||
id: saveAsDialog
|
||||
|
|
Loading…
Reference in a new issue