mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-02 16:04:21 +01:00
add default name placeholder
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user