1
0

initial lightning channel details, action menu

This commit is contained in:
Sander van Grieken
2022-06-22 11:36:25 +02:00
parent 329bbaff3d
commit 04ce548e42
6 changed files with 389 additions and 6 deletions

View File

@@ -108,7 +108,9 @@ Pane {
model: Daemon.currentWallet.channelModel
delegate: ChannelDelegate {
//highlighted: ListView.isCurrentItem
onClicked: {
app.stack.push(Qt.resolvedUrl('ChannelDetails.qml'), { 'channelid': model.cid })
}
}
ScrollIndicator.vertical: ScrollIndicator { }