mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 18:07:26 -04:00
QML: fix warnings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user