mod: 历史记录删除逻辑
This commit is contained in:
@ -37,6 +37,9 @@ class _HistoryPageState extends State<HistoryPage> {
|
||||
}
|
||||
},
|
||||
);
|
||||
_historyController.enableMultiple.listen((p0) {
|
||||
setState(() {});
|
||||
});
|
||||
}
|
||||
|
||||
// 选中
|
||||
|
||||
Reference in New Issue
Block a user