HyprlandService: show workspaces with negative ids

This commit is contained in:
thmoee
2026-02-03 14:03:34 +01:00
parent 7d0f5ae1bd
commit 5f1d6f02c0
-2
View File
@@ -178,8 +178,6 @@ Item {
for (var i = 0; i < hlWorkspaces.length; i++) {
const ws = hlWorkspaces[i];
if (!ws || ws.id < 1)
continue;
const wsData = {
"id": ws.id,
"idx": ws.id,