Skip to content

Commit

Permalink
Merge pull request #121 from KomodoPlatform/fix_view_seed_button
Browse files Browse the repository at this point in the history
Fix View Seed button wasn't reacting to click, but only enter
  • Loading branch information
ca333 committed Apr 30, 2020
2 parents 8cb8545 + 7b621c5 commit 016107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_qt_design/qml/Settings/RecoverSeedModal.qml
Expand Up @@ -92,7 +92,7 @@ DefaultModal {
text: API.get().empty_string + (qsTr("View"))
Layout.fillWidth: true
enabled: input_password.isValid()
onClicked: tryViewSeed
onClicked: tryViewSeed()
}
}
}
Expand Down

0 comments on commit 016107c

Please sign in to comment.