mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: video report button
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -994,7 +994,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
||||
primary: false,
|
||||
foregroundColor: Colors.white,
|
||||
backgroundColor: Colors.transparent,
|
||||
actions: (videoDetailController.userInfo == null)
|
||||
actions: videoDetailController.userInfo == null
|
||||
? null
|
||||
: [
|
||||
PopupMenuButton<String>(
|
||||
|
||||
Reference in New Issue
Block a user