opt.: rm settings of backup

This commit is contained in:
lollipopkit
2024-03-20 20:29:22 -06:00
parent fae3a20a9e
commit e11d505409
3 changed files with 2 additions and 25 deletions

View File

@@ -42,9 +42,8 @@ class _ServerDetailOrderPageState extends State<ServerDetailOrderPage> {
return ServerDetailCards.names;
}
}();
final disabled = ServerDetailCards.names
.where((e) => !keys.contains(e))
.toList();
final disabled =
ServerDetailCards.names.where((e) => !keys.contains(e)).toList();
final allKeys = [...keys, ...disabled];
return ReorderableListView.builder(
padding: const EdgeInsets.all(7),