fix: 🐛 satisfy dependency

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-05-16 02:04:11 +03:00
parent 36d5ed509f
commit ce9d91bc9e

View file

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