diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-12-19 20:06:42 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-12-19 20:06:42 -0500 |
| commit | 500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22 (patch) | |
| tree | c0ea148eb3ed0c379aeb0a7201944c9fccf65899 /components/InputDialog.qml | |
| parent | 98279f54fb80e4297ca8b490deda0791c93e887a (diff) | |
| parent | 3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e (diff) | |
| download | monzero-gui-500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22.tar.gz monzero-gui-500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22.tar.xz monzero-gui-500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22.zip | |
Merge pull request #2591
3e07eca main: blur on PasswordDialog, InputDialog or ProcessingSplash (xiphon)
Diffstat (limited to 'components/InputDialog.qml')
| -rw-r--r-- | components/InputDialog.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml index 0bd2c5f4..6267708c 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -46,7 +46,6 @@ Item { signal rejected() function open(prepopulate) { - inactiveOverlay.visible = true leftPanel.enabled = false middlePanel.enabled = false titleBar.state = "essentials" @@ -56,7 +55,6 @@ Item { } function close() { - inactiveOverlay.visible = false leftPanel.enabled = true middlePanel.enabled = true titleBar.state = "default" |
