mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user