fix: fixes more stuff
This commit is contained in:
parent
f1cbe61f0d
commit
294c496163
2 changed files with 32 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue