fix: fixes more stuff

This commit is contained in:
ferreo 2025-07-16 21:27:42 +01:00
parent f1cbe61f0d
commit 294c496163
2 changed files with 32 additions and 9 deletions

View file

@ -89,7 +89,7 @@ Singleton {
id: i,
idx: ws.id,
name: ws.name || "",
output: ws.monitor.name || "",
output: ws.monitor?.name || "",
isActive: ws.active === true,
isFocused: ws.focused === true,
isUrgent: ws.urgent === true