mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
main: add blur to wizard password dialog
This commit is contained in:
parent
43f378b7d2
commit
a5b500cd93
1 changed files with 9 additions and 8 deletions
17
main.qml
17
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
|
||||
|
|
Loading…
Reference in a new issue