fix(app): closing of window in wayland
This commit is contained in:
parent
83fbde77ab
commit
56965ac2e5
3 changed files with 4 additions and 11 deletions
|
|
@ -469,7 +469,7 @@ where
|
|||
|
||||
/// Constructs views for other windows.
|
||||
fn view_window(&self, id: window::Id) -> Element<Self::Message> {
|
||||
panic!("no view for window {:?}", id);
|
||||
panic!("no view for window {id:?}");
|
||||
}
|
||||
|
||||
/// Overrides the default style for applications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue