forked from Public/monero-gui
main: add blur to wizard password dialog
This commit is contained in:
17
main.qml
17
main.qml
@@ -1679,6 +1679,15 @@ ApplicationWindow {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
state: "Transfer"
|
state: "Transfer"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WizardController {
|
||||||
|
id: wizard
|
||||||
|
anchors.fill: parent
|
||||||
|
onUseMoneroClicked: {
|
||||||
|
rootItem.state = "normal";
|
||||||
|
appWindow.openWallet("wizard");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
FastBlur {
|
FastBlur {
|
||||||
@@ -1689,14 +1698,6 @@ ApplicationWindow {
|
|||||||
visible: passwordDialog.visible || inputDialog.visible || splash.visible
|
visible: passwordDialog.visible || inputDialog.visible || splash.visible
|
||||||
}
|
}
|
||||||
|
|
||||||
WizardController {
|
|
||||||
id: wizard
|
|
||||||
anchors.fill: parent
|
|
||||||
onUseMoneroClicked: {
|
|
||||||
rootItem.state = "normal";
|
|
||||||
appWindow.openWallet("wizard");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
WizardLang {
|
WizardLang {
|
||||||
id: languageView
|
id: languageView
|
||||||
|
|||||||
Reference in New Issue
Block a user