mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
opt: multiSelect (#935)
This commit is contained in:
committed by
GitHub
parent
d246462535
commit
7b51f15753
@@ -113,7 +113,7 @@ class _FavDetailPageState extends State<FavDetailPage> {
|
||||
Obx(
|
||||
() {
|
||||
return Text(
|
||||
'已选: ${_favDetailController.checkedCount.value}',
|
||||
'已选: ${_favDetailController.checkedCount}',
|
||||
style: const TextStyle(fontSize: 15),
|
||||
);
|
||||
},
|
||||
@@ -327,7 +327,7 @@ class _FavDetailPageState extends State<FavDetailPage> {
|
||||
style: TextButton.styleFrom(
|
||||
visualDensity: VisualDensity.compact,
|
||||
),
|
||||
onPressed: () => _favDetailController.onDelChecked(context),
|
||||
onPressed: _favDetailController.onConfirm,
|
||||
child: Text(
|
||||
'删除',
|
||||
style: TextStyle(color: theme.colorScheme.error),
|
||||
|
||||
Reference in New Issue
Block a user