push notification when window inactive

This commit is contained in:
2026-08-01 17:50:00 +07:00
parent fbf06f2c81
commit a6e88d8e42
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);