mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(bar/workspace): missing handle
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user