mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
feat: setMsgDnd
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -321,12 +321,14 @@ class _LikeMePageState extends State<LikeMePage> {
|
||||
height: 45,
|
||||
src: item.item!.image,
|
||||
),
|
||||
if (item.noticeState == 1)
|
||||
if (item.noticeState == 1) ...[
|
||||
if (item.item?.image?.isNotEmpty == true) const SizedBox(width: 4),
|
||||
Icon(
|
||||
size: 18,
|
||||
Icons.notifications_off,
|
||||
color: theme.colorScheme.outline,
|
||||
),
|
||||
],
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user