mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
opt ui
opt req Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -279,7 +279,7 @@ class _FavDetailPageState extends State<FavDetailPage> {
|
||||
style: TextButton.styleFrom(
|
||||
visualDensity: VisualDensity.compact,
|
||||
),
|
||||
onPressed: () => _favDetailController.handleSelect(true),
|
||||
onPressed: () => _favDetailController.handleSelect(checked: true),
|
||||
child: const Text('全选'),
|
||||
),
|
||||
TextButton(
|
||||
|
||||
Reference in New Issue
Block a user