* mod: pgc episode title

* opt: ColorScheme.of

* mod: mpv api version

* opt: log handler

* opt: ext
This commit is contained in:
My-Responsitories
2026-05-15 01:59:54 +00:00
committed by dom
parent 09be4f45f0
commit fd211fa394
28 changed files with 93 additions and 179 deletions

View File

@@ -58,7 +58,7 @@ class BiliDownloadEntryInfo with MultiSelectData {
return title;
}
Widget moreBtn(ThemeData theme) => SizedBox(
Widget moreBtn(ColorScheme colorScheme) => SizedBox(
width: 29,
height: 29,
child: PopupMenuButton(
@@ -66,7 +66,7 @@ class BiliDownloadEntryInfo with MultiSelectData {
position: PopupMenuPosition.under,
icon: Icon(
Icons.more_vert_outlined,
color: theme.colorScheme.outline,
color: colorScheme.outline,
size: 18,
),
itemBuilder: (_) => [