diff --git a/.config/ags/modules/sideright/calendar.js b/.config/ags/modules/sideright/calendar.js index 0c7221fd..e68761ee 100644 --- a/.config/ags/modules/sideright/calendar.js +++ b/.config/ags/modules/sideright/calendar.js @@ -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') }), ] })