diff --git a/src/event.rs b/src/event.rs index 603928b..8eec424 100644 --- a/src/event.rs +++ b/src/event.rs @@ -18,7 +18,7 @@ pub struct Event { /// Event payload pub payload: T, /// The label of the window that emitted this event - pub window_label: String, + pub window_label: Option, } /// Emits an event to the backend.