mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-22 12:14:00 +01:00
Merge pull request #2709
a5b500c
main: add blur to wizard password dialog (selsta)
This commit is contained in:
commit
ef2b0cfa4a
17
main.qml
17
main.qml
@ -1681,6 +1681,15 @@ ApplicationWindow {
|
||||
anchors.right: parent.right
|
||||
state: "Transfer"
|
||||
}
|
||||
|
||||
WizardController {
|
||||
id: wizard
|
||||
anchors.fill: parent
|
||||
onUseMoneroClicked: {
|
||||
rootItem.state = "normal";
|
||||
appWindow.openWallet("wizard");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
FastBlur {
|
||||
@ -1691,14 +1700,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 New Issue
Block a user