diff options
| author | xiphon <xiphon@protonmail.com> | 2019-12-13 17:26:04 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-12-20 01:04:36 +0000 |
| commit | 3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e (patch) | |
| tree | c0ea148eb3ed0c379aeb0a7201944c9fccf65899 /components/DaemonConsole.qml | |
| parent | 98279f54fb80e4297ca8b490deda0791c93e887a (diff) | |
| download | monzero-gui-3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e.tar.gz monzero-gui-3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e.tar.xz monzero-gui-3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e.zip | |
main: blur on PasswordDialog, InputDialog or ProcessingSplash
Diffstat (limited to 'components/DaemonConsole.qml')
| -rw-r--r-- | components/DaemonConsole.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/DaemonConsole.qml b/components/DaemonConsole.qml index 20e14fe4..b7a58527 100644 --- a/components/DaemonConsole.qml +++ b/components/DaemonConsole.qml @@ -53,11 +53,9 @@ Window { signal rejected() onClosing: { - inactiveOverlay.visible = false; } function open() { - inactiveOverlay.visible = true; show(); } |
