|
|
|
@ -71,6 +71,7 @@ Item { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
RowLayout { |
|
|
|
RowLayout { |
|
|
|
|
|
|
|
Layout.alignment: Qt.AlignRight |
|
|
|
visible: Daemon.currentWallet.isLightning |
|
|
|
visible: Daemon.currentWallet.isLightning |
|
|
|
Image { |
|
|
|
Image { |
|
|
|
Layout.preferredWidth: constants.iconSizeSmall |
|
|
|
Layout.preferredWidth: constants.iconSizeSmall |
|
|
|
@ -97,6 +98,7 @@ Item { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
RowLayout { |
|
|
|
RowLayout { |
|
|
|
|
|
|
|
Layout.alignment: Qt.AlignRight |
|
|
|
visible: Daemon.currentWallet.isLightning |
|
|
|
visible: Daemon.currentWallet.isLightning |
|
|
|
Image { |
|
|
|
Image { |
|
|
|
Layout.preferredWidth: constants.iconSizeSmall |
|
|
|
Layout.preferredWidth: constants.iconSizeSmall |
|
|
|
|