diff --git a/config/ags/js/overview/clients.js b/config/ags/js/overview/clients.js index 5f75c336..a1b36ab7 100644 --- a/config/ags/js/overview/clients.js +++ b/config/ags/js/overview/clients.js @@ -72,7 +72,7 @@ export function updateClients(box) { let clients = JSON.parse(result).filter(client => client.class) box._workspaces.forEach(workspace => { - let fixed = workspace.child.child.overlays[1].children[0]; + let fixed = workspace.child.child.get_children()[2].children[0]; let toRemove = fixed.get_children(); clients.filter(client => client.workspace.id == workspace._id).forEach(client => {