1
0

qml: add a few more dialog icons

This commit is contained in:
Sander van Grieken
2023-01-02 16:58:37 +01:00
parent 54f3446c1d
commit 562b4c50df
5 changed files with 6 additions and 1 deletions

View File

@@ -223,7 +223,8 @@ Pane {
{
title: qsTr('Channel Backup for %1').arg(channeldetails.short_cid),
text: channeldetails.channelBackup(),
text_help: channeldetails.channelBackupHelpText()
text_help: channeldetails.channelBackupHelpText(),
iconSource: Qt.resolvedUrl('../../icons/file.png')
}
)
dialog.open()