mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Bug fixes
This commit is contained in:
parent
e795050a95
commit
ad27d0c24e
14 changed files with 69 additions and 43 deletions
|
@ -51,7 +51,7 @@ class _UpstreamDnsScreenState extends State<UpstreamDnsScreen> {
|
|||
@override
|
||||
void initState() {
|
||||
for (var item in widget.serversProvider.dnsInfo.data!.upstreamDns) {
|
||||
if (item[0] == '#') {
|
||||
if (item == '#') {
|
||||
dnsServers.add({
|
||||
'comment': item
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue