1
0

qml: add 'local' and 'mempool' sections to history, update section on on_tx_verified callback

This commit is contained in:
Sander van Grieken
2022-11-22 00:34:31 +01:00
parent fbc5be54a9
commit cccd5ff19b
3 changed files with 29 additions and 26 deletions

View File

@@ -27,6 +27,8 @@ Pane {
model: visualModel
readonly property variant sectionLabels: {
'local': qsTr('Local'),
'mempool': qsTr('Mempool'),
'today': qsTr('Today'),
'yesterday': qsTr('Yesterday'),
'lastweek': qsTr('Last week'),