main: blur on PasswordDialog, InputDialog or ProcessingSplash

This commit is contained in:
xiphon
2019-12-13 17:26:04 +00:00
parent 98279f54fb
commit 3e07ecabf9
4 changed files with 99 additions and 95 deletions

View File

@@ -53,11 +53,9 @@ Window {
signal rejected()
onClosing: {
inactiveOverlay.visible = false;
}
function open() {
inactiveOverlay.visible = true;
show();
}