fix: 🐛 satisfy dependency
This commit is contained in:
parent
36d5ed509f
commit
ce9d91bc9e
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ impl Streamer {
|
|||
.height(Length::Fill);
|
||||
container(content)
|
||||
.height(Length::Fill)
|
||||
.center_x()
|
||||
.center_x(Length::Fill)
|
||||
.align_y(alignment::Vertical::Top)
|
||||
}
|
||||
pub fn subscription(&self) -> Subscription<Message> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue