fix(bar/workspace): missing handle

This commit is contained in:
dsaf
2026-01-25 22:00:36 -03:00
parent ff3f3868da
commit c67ed98e7b
+2 -1
View File
@@ -287,7 +287,8 @@ Item {
isFocused: ws.isFocused,
isActive: ws.isActive,
isUrgent: ws.isUrgent,
isOccupied: ws.isOccupied
isOccupied: ws.isOccupied,
handle: ws.handle
};
if (showApplications) {