mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-31 11:52:16 +00:00
Bug fixes
This commit is contained in:
parent
d1973a55db
commit
c1c8ab10a0
7 changed files with 8 additions and 8 deletions
|
@ -136,7 +136,7 @@ class LogDetailsScreen extends StatelessWidget {
|
|||
subtitle: log.question.questionClass
|
||||
),
|
||||
SectionLabel(label: AppLocalizations.of(context)!.response),
|
||||
if (log.upstream != '') LogListTile(
|
||||
if (log.upstream != null && log.upstream != '') LogListTile(
|
||||
icon: Icons.dns_rounded,
|
||||
title: AppLocalizations.of(context)!.dnsServer,
|
||||
subtitle: log.upstream
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue