gui: require valid network to proceed
This commit is contained in:
parent
2099866a60
commit
52cbc3ee38
@ -720,7 +720,7 @@ pub fn participate_xpub<'a>(
|
||||
shared,
|
||||
Message::UserActionDone,
|
||||
))
|
||||
.push(if shared {
|
||||
.push(if shared && network_valid {
|
||||
button::primary(None, "Next")
|
||||
.width(Length::Fixed(200.0))
|
||||
.on_press(Message::Next)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user