mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-18 16:03:17 +00:00
Added option to block and unblock clients from home screen
This commit is contained in:
parent
71b870b42f
commit
569ab7d569
16 changed files with 139 additions and 53 deletions
|
@ -16,7 +16,7 @@ class RowItem extends StatefulWidget {
|
|||
final bool clients;
|
||||
final bool showColor;
|
||||
final String? unit;
|
||||
final List<MenuOption> options;
|
||||
final List<MenuOption> Function(dynamic) options;
|
||||
final void Function(dynamic)? onTapEntry;
|
||||
|
||||
const RowItem({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue