From 8290f5a560fee2fa49b2af324feea31591afabdb Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 1 Jul 2026 21:53:19 +0200 Subject: main: hide update popup during device passphrase prompt --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 67919574..1db37f41 100644 --- a/main.qml +++ b/main.qml @@ -1707,7 +1707,7 @@ ApplicationWindow { MoneroComponents.UpdateDialog { id: updateDialog - allowed: !passwordDialog.visible && !inputDialog.visible && !splash.visible + allowed: !passwordDialog.visible && !inputDialog.visible && !splash.visible && !devicePassphraseDialog.visible x: (parent.width - width) / 2 y: (parent.height - height) / 2 } -- cgit v1.2.3