mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile/export: fix invalid reference
This just removes broken code. That file select dialog is still just a very strange idea and should be revisited at some point. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f2a8562b5d
commit
ff68fd7c0c
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ TemplatePage {
|
|||
id: saveAsDialog
|
||||
folder: shortcuts.documents
|
||||
selectFolder: true
|
||||
title: radioGroup.current.text
|
||||
onAccepted: {
|
||||
manager.exportToFile(selectedExport, fileUrls, anonymize.checked)
|
||||
pageStack.pop()
|
||||
|
|
Loading…
Reference in a new issue