mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Bug fixes
This commit is contained in:
parent
e795050a95
commit
ad27d0c24e
14 changed files with 69 additions and 43 deletions
|
@ -297,7 +297,7 @@ class LogDetailsScreen extends StatelessWidget {
|
|||
appBar: AppBar(
|
||||
title: Text(AppLocalizations.of(context)!.logDetails),
|
||||
actions: [
|
||||
IconButton(
|
||||
if (serversProvider.filteringStatus != null) IconButton(
|
||||
onPressed: () => blockUnblock(log, getFilteredStatus(context, appConfigProvider, log.reason, true)['filtered'] == true ? 'unblock' : 'block'),
|
||||
icon: Icon(
|
||||
getFilteredStatus(context, appConfigProvider, log.reason, true)['filtered'] == true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue