Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-07 10:16:03 +08:00
parent 6fd8212d8b
commit 5b6443cfa4
4 changed files with 40 additions and 52 deletions

View File

@@ -111,7 +111,7 @@ class _MemberPageState extends State<MemberPage> {
),
PopupMenuButton(
icon: const Icon(Icons.more_vert),
itemBuilder: (BuildContext context) => <PopupMenuEntry>[
itemBuilder: (_) => <PopupMenuEntry>[
if (_userController.account.isLogin &&
_userController.account.mid != _mid) ...[
PopupMenuItem(