forked from Public/monero-gui
Merge pull request #97
d12436ause daemon target height in progress ui (Jacob Brydolf)8079597Cache daemon target height (Jacob Brydolf)
This commit is contained in:
2
main.qml
2
main.qml
@@ -293,7 +293,7 @@ ApplicationWindow {
|
||||
splashCounter = currHeight
|
||||
var locale = Qt.locale()
|
||||
var currHeightString = currHeight.toLocaleString(locale,"f",0)
|
||||
var targetHeightString = currentWallet.daemonBlockChainHeight().toLocaleString(locale,"f",0)
|
||||
var targetHeightString = currentWallet.daemonBlockChainTargetHeight().toLocaleString(locale,"f",0)
|
||||
var progressText = qsTr("Synchronizing blocks %1 / %2").arg(currHeightString).arg(targetHeightString);
|
||||
console.log("Progress text: " + progressText);
|
||||
splash.heightProgressText = progressText
|
||||
|
||||
Reference in New Issue
Block a user