Fix another bad property type

This commit is contained in:
wheaney 2026-01-14 11:10:40 -08:00
parent 20d6d4163a
commit 4b2ec942fc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import org.kde.kwin as KWinComponents
Item {
id: desktopView
required property QtObject screen
required property var screen
function overlapsScreen(win, screenGeom) {
if (!win) return false