diff options
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 4f75f2d7f..c950fd316 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -69,12 +69,14 @@ Kirigami.ApplicationWindow { detailsWindow.divemaster = "" detailsWindow.notes = "" detailsWindow.location = "" + detailsWindow.gps = "" detailsWindow.duration = "" detailsWindow.suit = "" detailsWindow.weight = "" detailsWindow.gasmix = "" detailsWindow.startpressure = "" detailsWindow.endpressure = "" + detailsWindow.gpsCheckbox = false stackView.push(detailsWindow) } |