1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 06:22:50 -05:00

add some null safety checks

This commit is contained in:
bbedward
2025-11-09 10:35:16 -05:00
parent e0f2c03b91
commit d309957927
2 changed files with 3 additions and 1 deletions

View File

@@ -352,7 +352,7 @@ Item {
}
onClicked: (event) => {
if (!windowData) return
if (!windowData || !windowData.address) return
if (event.button === Qt.LeftButton) {
root.overviewOpen = false