diff --git a/electrum/gui/qml/components/History.qml b/electrum/gui/qml/components/History.qml index e47345666..f989480df 100644 --- a/electrum/gui/qml/components/History.qml +++ b/electrum/gui/qml/components/History.qml @@ -143,4 +143,11 @@ Pane { Daemon.currentWallet.historyModel.updateBlockchainHeight(height) } } + + Connections { + target: Daemon + function onWalletLoaded() { + listview.positionViewAtBeginning() + } + } }