mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-16 15:02:53 +00:00
Changed options menus
This commit is contained in:
parent
0c0f78c8d8
commit
f53a498c03
10 changed files with 225 additions and 303 deletions
|
@ -13,7 +13,6 @@ import 'package:adguard_home_manager/providers/app_config_provider.dart';
|
|||
class AddedClientTile extends StatefulWidget {
|
||||
final Client client;
|
||||
final void Function(Client) onTap;
|
||||
final void Function(Client) onLongPress;
|
||||
final void Function(Client)? onEdit;
|
||||
final void Function(Client) onDelete;
|
||||
final Client? selectedClient;
|
||||
|
@ -23,7 +22,6 @@ class AddedClientTile extends StatefulWidget {
|
|||
super.key,
|
||||
required this.client,
|
||||
required this.onTap,
|
||||
required this.onLongPress,
|
||||
this.onEdit,
|
||||
required this.onDelete,
|
||||
this.selectedClient,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue