mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: rm settings of backup
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user