1
0

qml: sharing channel backup only shows QR, not the data as text

This commit is contained in:
Sander van Grieken
2023-03-16 15:12:51 +01:00
parent d985c9eecc
commit 39eaf9d871

View File

@@ -216,7 +216,7 @@ Pane {
onClicked: {
var dialog = app.genericShareDialog.createObject(root, {
title: qsTr('Channel Backup for %1').arg(channeldetails.short_cid),
text: channeldetails.channelBackup(),
text_qr: channeldetails.channelBackup(),
text_help: channeldetails.channelBackupHelpText(),
iconSource: Qt.resolvedUrl('../../icons/file.png')
})