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