qml: reset position in history to top when loading another wallet
This commit is contained in:
@@ -143,4 +143,11 @@ Pane {
|
|||||||
Daemon.currentWallet.historyModel.updateBlockchainHeight(height)
|
Daemon.currentWallet.historyModel.updateBlockchainHeight(height)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Connections {
|
||||||
|
target: Daemon
|
||||||
|
function onWalletLoaded() {
|
||||||
|
listview.positionViewAtBeginning()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user