From f3698b1b20d36dd530e8ad6972faefc3457d6e0a Mon Sep 17 00:00:00 2001 From: Sridou Date: Fri, 7 Nov 2025 21:57:09 +0530 Subject: [PATCH] added IPC call for calendar --- Services/IPCService.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Services/IPCService.qml b/Services/IPCService.qml index e7175219..6788b02c 100644 --- a/Services/IPCService.qml +++ b/Services/IPCService.qml @@ -35,6 +35,16 @@ Item { } } + IpcHandler { + target: "calendar" + function toggle() { + root.withTargetScreen(screen => { + var calendarPanel = PanelService.getPanel("calendarPanel", screen) + calendarPanel.toggle(null, "Clock") + }) + } + } + IpcHandler { target: "notifications" function toggleHistory() {