mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Fixed custom list tile disabled
This commit is contained in:
parent
eebcec329b
commit
cffdd6244e
2 changed files with 13 additions and 10 deletions
|
@ -304,6 +304,7 @@ class _LogsFiltersModalWidgetState extends State<LogsFiltersModalWidget> {
|
|||
onTap: logsProvider.clientsLoadStatus == 1
|
||||
? openSelectClients
|
||||
: null,
|
||||
disabled: logsProvider.clientsLoadStatus != 1 ,
|
||||
icon: Icons.smartphone_rounded,
|
||||
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 12),
|
||||
trailing: logsProvider.clientsLoadStatus == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue