installer: wait process is done before next step
This commit is contained in:
parent
0577b971b7
commit
59c12cd584
@ -361,11 +361,13 @@ pub fn register_descriptor<'a>(
|
||||
)
|
||||
.width(Length::Fill),
|
||||
)
|
||||
.push(
|
||||
.push(if processing {
|
||||
button::primary(None, "Next").width(Length::Units(200))
|
||||
} else {
|
||||
button::primary(None, "Next")
|
||||
.on_press(Message::Next)
|
||||
.width(Length::Units(200)),
|
||||
)
|
||||
.width(Length::Units(200))
|
||||
})
|
||||
.width(Length::Fill)
|
||||
.height(Length::Fill)
|
||||
.padding(100)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user