mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Bug fixes
This commit is contained in:
parent
665eb5a0c2
commit
d16a3c759e
4 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ class _UpstreamDnsScreenState extends State<UpstreamDnsScreen> {
|
|||
});
|
||||
}
|
||||
}
|
||||
upstreamMode = dnsProvider.dnsInfo!.upstreamMode;
|
||||
upstreamMode = dnsProvider.dnsInfo!.upstreamMode ?? "";
|
||||
validValues = true;
|
||||
super.initState();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue