NotificationHistory Updates
Add read/unread bell icon Edit style of the Panel Small fixes
This commit is contained in:
parent
cf26fe52d9
commit
dbb5a9160c
6 changed files with 416 additions and 409 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