mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 22:42:50 +00:00
Bug fixes
This commit is contained in:
parent
b270ca2b8c
commit
e013b1496e
5 changed files with 19 additions and 9 deletions
|
@ -256,7 +256,7 @@ class LogTile extends StatelessWidget {
|
|||
newStatus: domainBlocked == true ? 'unblock' : 'block'
|
||||
)
|
||||
),
|
||||
MenuOption(
|
||||
if (filteringProvider.filtering != null) MenuOption(
|
||||
title: domainBlocked == true
|
||||
? AppLocalizations.of(context)!.unblockThisClientOnly
|
||||
: AppLocalizations.of(context)!.blockThisClientOnly,
|
||||
|
@ -457,7 +457,7 @@ class LogTile extends StatelessWidget {
|
|||
newStatus: domainBlocked == true ? 'unblock' : 'block'
|
||||
)
|
||||
),
|
||||
MenuOption(
|
||||
if (filteringProvider.filtering != null) MenuOption(
|
||||
title: domainBlocked == true
|
||||
? AppLocalizations.of(context)!.unblockThisClientOnly
|
||||
: AppLocalizations.of(context)!.blockThisClientOnly,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue