qml: make sure ExceptionDialog is always on top
This commit is contained in:
@@ -254,7 +254,9 @@ ApplicationWindow
|
||||
|
||||
Component {
|
||||
id: crashDialog
|
||||
ExceptionDialog {}
|
||||
ExceptionDialog {
|
||||
z: 1000
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
|
||||
Reference in New Issue
Block a user