mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-16 14:14:01 +08:00
tweaks (#2100)
* mod: pgc episode title * opt: ColorScheme.of * mod: mpv api version * opt: log handler * opt: ext
This commit is contained in:
committed by
GitHub
parent
24769e144f
commit
b33fdf14af
@@ -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: (_) => [
|
||||
|
||||
Reference in New Issue
Block a user