gui: clear fingerprint alias when changing device type

This commit is contained in:
jp1ac4 2023-05-26 08:23:36 +01:00
parent 11ed7bf7aa
commit c55b992ace
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

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