fix: error showing on wallet opening
This commit is contained in:
parent
a575ad0fb2
commit
825dbbd3fd
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ impl WalletsContent {
|
|||
|
||||
// Show information when password is empty.
|
||||
if self.pass_edit.is_empty() {
|
||||
self.wrong_pass = false;
|
||||
ui.add_space(10.0);
|
||||
ui.label(RichText::new(t!("wallets.pass_empty"))
|
||||
.size(17.0)
|
||||
|
|
Loading…
Reference in a new issue