fix(app): closing of window in wayland

This commit is contained in:
Michael Aaron Murphy 2023-12-12 15:01:51 +01:00 committed by Michael Murphy
parent 83fbde77ab
commit 56965ac2e5
3 changed files with 4 additions and 11 deletions

View file

@ -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