Rename window::closings to window::close_events
This commit is contained in:
parent
ad2e4c535a
commit
b5c5a016c4
2 changed files with 28 additions and 6 deletions
|
|
@ -150,7 +150,7 @@ impl multi_window::Application for Example {
|
|||
}
|
||||
|
||||
fn subscription(&self) -> Subscription<Self::Message> {
|
||||
window::closings().map(Message::WindowClosed)
|
||||
window::close_events().map(Message::WindowClosed)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue