1
0

trustedcoin plugin: fix path for qml (follow-up previous commit)

This commit is contained in:
ThomasV
2024-10-17 13:50:16 +02:00
parent eccc5900e0
commit 853d90a804

View File

@@ -17,7 +17,7 @@ WizardComponent {
Image {
Layout.alignment: Qt.AlignHCenter
Layout.bottomMargin: constants.paddingLarge
source: '../../../gui/icons/trustedcoin-wizard.png'
source: '../trustedcoin-wizard.png'
}
Label {