main: add blur to wizard password dialog

pull/2/head
selsta 4 years ago
parent 43f378b7d2
commit a5b500cd93
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -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