Skip to main content

Module log_dialog

Module log_dialog 

Source
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§

NotificationLogDialog
One-liner modal preset around NotificationLog. Apps usually wire this to a menu item or shortcut (e.g. “Window → Notification Log…”).