gui: clear fingerprint alias when changing device type
This commit is contained in:
parent
11ed7bf7aa
commit
c55b992ace
@ -862,6 +862,7 @@ impl DescriptorEditModal for EditXpubModal {
|
||||
self.edit_name = false;
|
||||
} else {
|
||||
self.edit_name = true;
|
||||
self.form_name.value = String::new();
|
||||
}
|
||||
self.form_xpub.valid = true;
|
||||
self.form_xpub.value = key.to_string();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user