added IPC call for calendar

This commit is contained in:
Sridou
2025-11-07 21:57:09 +05:30
parent 19463f4395
commit f3698b1b20
+10
View File
@@ -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() {