diff --git a/pages/settings/SettingsInfo.qml b/pages/settings/SettingsInfo.qml index 861f0d39..909822f5 100644 --- a/pages/settings/SettingsInfo.qml +++ b/pages/settings/SettingsInfo.qml @@ -231,7 +231,7 @@ Rectangle { appWindow.showStatusMessage(qsTr("Invalid restore height specified. Must be a number or a date formatted YYYY-MM-DD"),3); } inputDialog.onRejectedCallback = null; - inputDialog.open(currentWallet ? currentWallet.walletCreationHeight : "0") + inputDialog.open(currentWallet ? currentWallet.walletCreationHeight.toFixed(0) : "0") } MouseArea {