From a5b500cd93f6f5166012fbd883efa75f013150ae Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 8 Jan 2020 21:56:15 +0100 Subject: [PATCH] main: add blur to wizard password dialog --- main.qml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/main.qml b/main.qml index f8efa202..60d61afb 100644 --- a/main.qml +++ b/main.qml @@ -1679,6 +1679,15 @@ ApplicationWindow { anchors.right: parent.right state: "Transfer" } + + WizardController { + id: wizard + anchors.fill: parent + onUseMoneroClicked: { + rootItem.state = "normal"; + appWindow.openWallet("wizard"); + } + } } FastBlur { @@ -1689,14 +1698,6 @@ ApplicationWindow { visible: passwordDialog.visible || inputDialog.visible || splash.visible } - WizardController { - id: wizard - anchors.fill: parent - onUseMoneroClicked: { - rootItem.state = "normal"; - appWindow.openWallet("wizard"); - } - } WizardLang { id: languageView