mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
sidebar: collapsed calendar: make todo count update properly
This commit is contained in:
parent
9b8bcedb8c
commit
23c3f18fa8
1 changed files with 2 additions and 2 deletions
|
|
@ -233,9 +233,9 @@ export const ModuleCalendar = () => {
|
|||
vpack: 'center',
|
||||
className: 'txt txt-small sidebar-calendar-collapsed-pill',
|
||||
label: `${Todo.todo_json.length} ${getString('To do tasks')}`,
|
||||
setup: self => self.hook(Todo, (self) => {
|
||||
setup: (self) => self.hook(Todo, (self) => {
|
||||
self.label = `${Todo.todo_json.length} ${getString('To do tasks')}`
|
||||
})
|
||||
}, 'updated')
|
||||
}),
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue