qml: sharing channel backup only shows QR, not the data as text
This commit is contained in:
@@ -216,7 +216,7 @@ Pane {
|
|||||||
onClicked: {
|
onClicked: {
|
||||||
var dialog = app.genericShareDialog.createObject(root, {
|
var dialog = app.genericShareDialog.createObject(root, {
|
||||||
title: qsTr('Channel Backup for %1').arg(channeldetails.short_cid),
|
title: qsTr('Channel Backup for %1').arg(channeldetails.short_cid),
|
||||||
text: channeldetails.channelBackup(),
|
text_qr: channeldetails.channelBackup(),
|
||||||
text_help: channeldetails.channelBackupHelpText(),
|
text_help: channeldetails.channelBackupHelpText(),
|
||||||
iconSource: Qt.resolvedUrl('../../icons/file.png')
|
iconSource: Qt.resolvedUrl('../../icons/file.png')
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user