Skip to content

Commit

Permalink
Remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricio1802 committed Dec 1, 2019
1 parent aeef5e0 commit cdfd180
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/Dialogs/DialogAddLoadWallet.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Dialog {
property alias mode: createLoadWallet.mode
property alias name: createLoadWallet.name
property alias seed: createLoadWallet.seed
//property alias type: comboBoxWalletType.model[comboBoxWalletType.currentIndex].value
property alias encryptionEnabled: checkBoxEncryptWallet.checked

Component.onCompleted: {
Expand Down Expand Up @@ -72,7 +71,7 @@ Dialog {
var isSeedValid = walletManager.verifySeed(createLoadWallet.seed)

okButton.enabled = walletName && walletSeed && seedMatchConfirmation && ((passwordSet && passwordMatchConfirmation) || !passwordNeeded) && (!unconventionalSeed || continueWithUnconventionalSeed) && isSeedValid
} // function updateAcceptButtonStatus()
}

title: Qt.application.name
standardButtons: Dialog.Ok | Dialog.Cancel
Expand Down

0 comments on commit cdfd180

Please sign in to comment.