mod: favorites isPrivacy

This commit is contained in:
guozhigq
2024-10-20 12:51:15 +08:00
parent b683ce2791
commit 805e5f8ec6
3 changed files with 6 additions and 6 deletions

View File

@ -96,7 +96,7 @@ class VideoContent extends StatelessWidget {
),
const Spacer(),
Text(
[23, 1].contains(favFolderItem.attr) ? '私密' : '公开',
[22, 0].contains(favFolderItem.attr) ? '公开' : '私密',
textAlign: TextAlign.start,
style: TextStyle(
fontSize: Theme.of(context).textTheme.labelMedium!.fontSize,