1
0

bugfixes, lifecycle improvements

This commit is contained in:
Sander van Grieken
2022-05-06 20:27:07 +02:00
parent a584c06eb2
commit e78a239bf5
10 changed files with 44 additions and 33 deletions

View File

@@ -215,7 +215,9 @@ Pane {
Component {
id: requestdialog
RequestDialog {}
RequestDialog {
onClosed: destroy()
}
}
function createRequest(ignoreGaplimit = false) {