forked from Public/monero-gui
Merge pull request #442
0b41fbcDon't close/reopen when changing daemon requires #1655 (Jaquee)2586404sync progress improvements (Jaquee)eb909e1async connectionStatus and init (Jaquee)cb3281dWalletManager: fix possible race (Jaquee)9dbbd4cWalletManager: check connection before isMining() (Jaquee)
This commit is contained in:
@@ -42,7 +42,7 @@ Item {
|
||||
var progressLevel = ((currentBlock/targetBlock) * 100).toFixed(0);
|
||||
fillLevel = progressLevel
|
||||
progressText.text = qsTr("Synchronizing blocks %1/%2").arg(currentBlock.toFixed(0)).arg(targetBlock.toFixed(0));
|
||||
item.visible = (currentWallet.connected !== Wallet.ConnectionStatus_Disconnected) && (currentBlock < targetBlock)
|
||||
progressBar.visible = currentBlock < targetBlock
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user