add default name placeholder

This commit is contained in:
William Casarin
2023-07-06 19:37:25 -07:00
parent aaef51de47
commit 41ba6f657d

View File

@@ -331,6 +331,8 @@ fn render_username(ui: &mut egui::Ui, contacts: &Contacts, pk: &Pubkey) {
if let Some(display_name) = prof.display_name() {
ui.strong(display_name);
}
} else {
ui.strong("nostrich");
}
/*