Disable plain dns on general disabled

This commit is contained in:
Juan Gilsanz Polo 2024-02-09 01:48:32 +01:00
parent e2757d4b8f
commit 9cd480aa9a

View file

@ -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(