mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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…
Add table
Reference in a new issue