Merge pull request #2246

c34a2b4 QML: fix warnings (selsta)
This commit is contained in:
luigi1111
2019-07-12 20:33:22 -05:00
3 changed files with 5 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ Rectangle {
labelFontSize: 14
copyButton: false
readOnly: true
text: Utils.roundDownToNearestThousand(wizardController.m_wallet.walletCreationHeight)
text: Utils.roundDownToNearestThousand(wizardController.m_wallet ? wizardController.m_wallet.walletCreationHeight : 0)
}
MoneroComponents.WarningBox {