Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-14 11:45:06 +08:00
parent 0cd57c9bb0
commit 34e9afd7ad
4 changed files with 2 additions and 27 deletions

View File

@@ -191,9 +191,6 @@ class _HistoryPageState extends State<HistoryPage>
case 'viewed':
currCtr().onDelViewedHistory();
break;
case 'multiple':
_historyController.baseCtr.enableMultiSelect.value = true;
break;
}
},
itemBuilder: (BuildContext context) => <PopupMenuEntry<String>>[
@@ -213,10 +210,6 @@ class _HistoryPageState extends State<HistoryPage>
value: 'viewed',
child: Text('删除已看记录'),
),
const PopupMenuItem<String>(
value: 'multiple',
child: Text('多选删除'),
),
],
),
const SizedBox(width: 6),