filedialog: fix when killing window
This commit is contained in:
parent
45dce6349a
commit
51bd15e294
1 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,11 @@ LazyLoader {
|
||||||
color: Colours.palette.m3surface
|
color: Colours.palette.m3surface
|
||||||
title: loader.title
|
title: loader.title
|
||||||
|
|
||||||
|
onVisibleChanged: {
|
||||||
|
if (!visible)
|
||||||
|
rejected();
|
||||||
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue