feat: add native notification (#39)

Reviewed-on: #39
This commit was merged in pull request #39.
This commit is contained in:
2026-08-02 04:13:11 +00:00
parent fbf06f2c81
commit 4f52fc52df
2 changed files with 42 additions and 24 deletions

View File

@@ -24,6 +24,9 @@ fn main() {
// Load embedded fonts in assets/fonts
load_embedded_fonts(cx);
// Set app identity
cx.set_app_identity(APP_ID, CLIENT_NAME);
// Register the `quit` function
cx.on_action(quit);