mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user