mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove current location checkbox from dive edit
Since we no longer access the device location, we can't do that any longer, either. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ebbef8cf17
commit
76e0208a11
3 changed files with 0 additions and 30 deletions
|
@ -40,7 +40,6 @@ Kirigami.Page {
|
|||
property alias cylinderIndex3: detailsEdit.cylinderIndex3
|
||||
property alias cylinderIndex4: detailsEdit.cylinderIndex4
|
||||
property alias usedGas: detailsEdit.usedGas
|
||||
property alias gpsCheckbox: detailsEdit.gpsCheckbox
|
||||
property alias rating: detailsEdit.rating
|
||||
property alias visibility: detailsEdit.visibility
|
||||
property alias usedCyl: detailsEdit.usedCyl
|
||||
|
@ -346,7 +345,6 @@ Kirigami.Page {
|
|||
detailsEdit.locationText = locationText
|
||||
}
|
||||
gps = modelData.gps
|
||||
gpsCheckbox = false
|
||||
duration = modelData.duration
|
||||
depth = modelData.depth
|
||||
airtemp = modelData.airTemp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue