From 64f167a32d09037e585521aae7720b424c4c5b01 Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Fri, 23 Sep 2022 13:13:52 +0200 Subject: [PATCH] fix(@desktop/wallet): pasting seed phrase fixed --- ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml b/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml index 8256be876f..acffb6a75c 100644 --- a/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml +++ b/ui/app/AppLayouts/Wallet/panels/ImportSeedPhrasePanel.qml @@ -6,6 +6,7 @@ import StatusQ.Controls 0.1 import utils 1.0 import shared.stores 1.0 +import shared.controls 1.0 import "../stores" @@ -51,7 +52,7 @@ StatusGridView { property int seedPhraseInputHeight: 48 property var mnemonicInput: [] property string errorString: "" - readonly property var seedPhraseWordsOptions: ([12, 18, 24]) + readonly property var seedPhraseWordsOptions: [12, 18, 24] function getSeedPhraseString() { var seedPhrase = "" @@ -84,6 +85,10 @@ StatusGridView { } } + Timer { + id: timer + } + onIsValidChanged: { if(isValid) {