fix: make gen key modal not flickable
This commit is contained in:
parent
8c989c3b6c
commit
03305c548f
|
@ -15,6 +15,7 @@ ModalPopup {
|
|||
AccountList {
|
||||
id: accountList
|
||||
anchors.fill: parent
|
||||
interactive: false
|
||||
|
||||
accounts: onboardingModel
|
||||
isSelected: function (index, address) {
|
||||
|
|
Loading…
Reference in New Issue