mod: show tag on dynamic panel

This commit is contained in:
bggRGjQaUbCoE
2024-09-26 15:37:02 +08:00
parent f73fd8d6a6
commit 381a44de4c
4 changed files with 53 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ class DynamicPanel extends StatelessWidget {
children: [
Padding(
padding: const EdgeInsets.fromLTRB(12, 12, 12, 6),
child: AuthorPanel(item: item),
child: AuthorPanel(item: item, source: source),
),
if (item!.modules!.moduleDynamic!.desc != null ||
item!.modules!.moduleDynamic!.major != null)