mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -479,6 +479,7 @@ class AuthorPanel extends StatelessWidget {
|
||||
mid: moduleAuthor.mid,
|
||||
dynId: item.idStr,
|
||||
reasonType: reasonType,
|
||||
reasonDesc: reasonType == 0 ? reasonDesc : null,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
@@ -172,9 +172,7 @@ class _VotePanelState extends State<VotePanel> {
|
||||
CheckBoxText(
|
||||
text: '匿名',
|
||||
selected: anonymity,
|
||||
onChanged: (val) {
|
||||
anonymity = val;
|
||||
},
|
||||
onChanged: (val) => anonymity = val,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user