From ff68fd7c0cefa0e02e81c89a1389095b45969639 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 11 Mar 2020 16:58:32 -0700 Subject: [PATCH] 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 --- mobile-widgets/qml/Export.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index 88e5a1580..4f89334e3 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -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()