mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +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
|
@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||
class MenuOption {
|
||||
final IconData? icon;
|
||||
final String title;
|
||||
final void Function(dynamic) action;
|
||||
final void Function() action;
|
||||
final bool? disabled;
|
||||
|
||||
const MenuOption({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue