Merge pull request #677 from Sridou/dev

added IPC call for calendar
This commit is contained in:
Lemmy
2025-11-07 15:16:52 -05:00
committed by GitHub

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() {