From c747182122a61f2dc6ed5529dcf7a96dc24c60f8 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Fri, 27 Jan 2023 12:38:14 +0100 Subject: [PATCH] qml: make sure ExceptionDialog is always on top --- electrum/gui/qml/components/main.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 523cb73cb..ad8bc55fb 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -254,7 +254,9 @@ ApplicationWindow Component { id: crashDialog - ExceptionDialog {} + ExceptionDialog { + z: 1000 + } } Component.onCompleted: {