mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-03 05:10:17 +00:00
Disable plain dns on general disabled
This commit is contained in:
parent
e2757d4b8f
commit
9cd480aa9a
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ class _EncryptionSettingsState extends State<EncryptionSettings> {
|
|||
onChanged: (v) => setState(() => _plainDns = v),
|
||||
title: AppLocalizations.of(context)!.enablePlainDns,
|
||||
subtitle: AppLocalizations.of(context)!.enablePlainDnsDescription,
|
||||
disabled: enabled == false,
|
||||
),
|
||||
],
|
||||
SectionLabel(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue