Expand description
NotificationLogDialog — one-line modal preset wrapping
NotificationLog inside a
ModalContainer.
ⓘ
NotificationLogDialog::show(archive.clone(), ctx);Presented through ctx.present_modal(ModalRequest::deferred(…))
— the modal layer picks Auto presentation (in-tree centered or
native window per platform conventions). The user can dismiss
via Escape or click-outside.
Structs§
- Notification
LogDialog - One-liner modal preset around
NotificationLog. Apps usually wire this to a menu item or shortcut (e.g. “Window → Notification Log…”).