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:
Dirk Hohndel 2020-03-11 16:58:32 -07:00
parent f2a8562b5d
commit ff68fd7c0c

View file

@ -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()