mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Changed options menus
This commit is contained in:
parent
0c0f78c8d8
commit
f53a498c03
10 changed files with 225 additions and 303 deletions
|
@ -16,12 +16,12 @@ class ClientsList extends StatelessWidget {
|
|||
final bool splitView;
|
||||
|
||||
const ClientsList({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.data,
|
||||
required this.onClientSelected,
|
||||
this.selectedClient,
|
||||
required this.splitView,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue