Merge #1773: Revert order import backup options
c5e1f4c87d51bafd715fff5ce1fad47da08522ea Revert order import backup options (edouardparis) Pull request description: close #1770 ACKs for top commit: jp1ac4: tACK c5e1f4c87d51bafd715fff5ce1fad47da08522ea. Tree-SHA512: e535f6aaf13649a9c846079cc544011de98b0b156881b183436f616a97db775aa3ec17633d59df2b0831955f2213b573e12a7382eeda3b86e796bbb27847bc5a
This commit is contained in:
commit
ce613cb6a0
@ -326,7 +326,7 @@ pub fn import_descriptor<'a>(
|
||||
let import_backup = if !valid && !imported_backup {
|
||||
Some(
|
||||
Row::new()
|
||||
.push(button::secondary(None, "Import backup").on_press(Message::ImportBackup))
|
||||
.push(button::primary(None, "Import backup").on_press(Message::ImportBackup))
|
||||
.push(Space::with_width(Length::Fill)),
|
||||
)
|
||||
} else {
|
||||
@ -351,10 +351,10 @@ pub fn import_descriptor<'a>(
|
||||
.push(
|
||||
Column::new()
|
||||
.spacing(20)
|
||||
.push_maybe(descriptor)
|
||||
.push_maybe(or)
|
||||
.push_maybe(import_backup)
|
||||
.push_maybe(backup_imported)
|
||||
.push_maybe(or)
|
||||
.push_maybe(descriptor)
|
||||
.push(text(
|
||||
"If you are using a Bitcoin Core node, \
|
||||
you will need to perform a rescan of \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user