Browse Source

qml: make sure ExceptionDialog is always on top

Sander van Grieken 3 years ago
parent
commit
c747182122
  1. 4
      electrum/gui/qml/components/main.qml

4
electrum/gui/qml/components/main.qml

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

Loading…
Cancel
Save