fix: error showing on wallet opening

This commit is contained in:
ardocrat 2024-04-19 01:55:09 +03:00
parent a575ad0fb2
commit 825dbbd3fd

View file

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