From ea1ff4980528cdc63b18a78c494ba5197a3bd6af Mon Sep 17 00:00:00 2001 From: "Luis v.d.Eltz" Date: Sat, 13 Feb 2021 15:52:05 +0100 Subject: [PATCH] Add information about scheduled notifications --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17c4592..876624a 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,14 @@ A cross-platform C# library for native desktop "toast" notifications. | | Windows | Linux (FreeDesktop) | OSX | |--------------------------|---------|---------------------|-----| | Show notifications | ✓ | ✓ | ✕ | -| Schedule notifications | ✕ | ✕ | ✕ | -| Launch actions¹ | ✓ | ✕ | ✕ | +| Schedule notifications | ✓ | ✓* | ✕ | +| Launch actions** | ✓ | ✕ | ✕ | | Replacing notifications | ✕ | ✕ | ✕ | | Buttons | ✓ | ✓ | ✕ | | Advanced content (Audio, Images, etc) | ✕ | ✕ | ✕ | - ¹ Some platforms support launching your application when the user clicked a notification. The associated action identifier is passed as a command-line argument. + * Scheduled notifications will only be delivered while the application is running. + ** Some platforms support launching your application when the user clicked a notification. The associated action identifier is passed as a command-line argument. # Avalonia