mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
user name component add show both support
This commit is contained in:
@@ -64,7 +64,11 @@ class _AuthDialog extends State<AuthDialogBaseComponnet> {
|
||||
for (var pubkey in pubkeys) {
|
||||
items.add(DropdownMenuItem(
|
||||
value: pubkey,
|
||||
child: UserNameComponent(pubkey),
|
||||
child: UserNameComponent(
|
||||
pubkey,
|
||||
showBoth: true,
|
||||
fullNpubName: true,
|
||||
),
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user