Skip to content

Show Native Notifications

samet edited this page May 15, 2024 · 1 revision

Show Native Notifications

In script.js you can use built in notification API to send a native notification.

window.electronAPI.showNotification("notification title goes here", "notification body goes here")

Clone this wiki locally