aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateDevice1.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-15 08:18:20 +0200
committerselsta <selsta@sent.at>2019-04-25 20:53:28 +0200
commita6525e74e6f7303a16e779793990758a8bac449f (patch)
treeb8b6bf5e243febf926e5dfb6a3333ee6adae5e40 /wizard/WizardCreateDevice1.qml
parentfd230789e96dcb871b0aa3adaf697de0e8e324d4 (diff)
downloadmonzero-gui-a6525e74e6f7303a16e779793990758a8bac449f.tar.gz
monzero-gui-a6525e74e6f7303a16e779793990758a8bac449f.tar.xz
monzero-gui-a6525e74e6f7303a16e779793990758a8bac449f.zip
wizard/device: hide splash screen
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
-rw-r--r--wizard/WizardCreateDevice1.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml
index b8ec9f7c..0040a535 100644
--- a/wizard/WizardCreateDevice1.qml
+++ b/wizard/WizardCreateDevice1.qml
@@ -227,6 +227,7 @@ Rectangle {
}
function onCreateWalletFromDeviceCompleted(written){
+ hideProcessingSplash();
if(written){
wizardStateView.state = "wizardCreateWallet2";
} else {