diff --git a/src/use_web_notification.rs b/src/use_web_notification.rs index d8dbd38..f34c9cd 100644 --- a/src/use_web_notification.rs +++ b/src/use_web_notification.rs @@ -276,7 +276,7 @@ pub struct UseWebNotificationOptions { renotify: bool, /// A boolean value specifying whether the notification should be silent, regardless of the device settings. - /// The default is `false`, which means the notification is not silent. If `true`, then the notification will be silent. + /// The default is `null`, which means the notification is not silent. If `true`, then the notification will be silent. #[builder(into)] silent: Option, @@ -411,7 +411,7 @@ pub struct ShowOptions { renotify: Option, /// A boolean value specifying whether the notification should be silent, regardless of the device settings. - /// The default is `false`, which means the notification is not silent. If `true`, then the notification will be silent. + /// The default is `null`, which means the notification is not silent. If `true`, then the notification will be silent. #[builder(into)] silent: Option,