Merge #33 with small fixes

This commit is contained in:
ly-sec 2025-07-20 12:09:29 +02:00
parent b4dc191d4e
commit 39660bad23
2 changed files with 2 additions and 3 deletions

View file

@ -277,7 +277,6 @@ PanelWithOverlay {
Component.onDestruction: {
}
onVisibleChanged: {
if (visible) {
}
if (!visible) panelClosed();
}
}