1
0

qml: make sure ExceptionDialog is always on top

This commit is contained in:
Sander van Grieken
2023-01-27 12:38:14 +01:00
parent d6faeb411a
commit c747182122

View File

@@ -254,7 +254,9 @@ ApplicationWindow
Component { Component {
id: crashDialog id: crashDialog
ExceptionDialog {} ExceptionDialog {
z: 1000
}
} }
Component.onCompleted: { Component.onCompleted: {