Don't ignore iced::Command
This commit is contained in:
parent
cc87545b7d
commit
04607b84aa
1 changed files with 2 additions and 2 deletions
|
|
@ -326,7 +326,7 @@ impl Application for App {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Msg::Close => {
|
Msg::Close => {
|
||||||
self.hide();
|
return self.hide();
|
||||||
}
|
}
|
||||||
Msg::Closed(_) => {}
|
Msg::Closed(_) => {}
|
||||||
Msg::ActivateWorkspace(workspace_handle) => {
|
Msg::ActivateWorkspace(workspace_handle) => {
|
||||||
|
|
@ -342,7 +342,7 @@ impl Application for App {
|
||||||
toplevel_manager.activate(&toplevel_handle, &seat);
|
toplevel_manager.activate(&toplevel_handle, &seat);
|
||||||
self.conn.as_ref().unwrap().flush();
|
self.conn.as_ref().unwrap().flush();
|
||||||
}
|
}
|
||||||
self.hide();
|
return self.hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue