gui: require valid network to proceed

This commit is contained in:
jp1ac4 2024-03-26 14:29:43 +00:00
parent 2099866a60
commit 52cbc3ee38
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

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