mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Extracted dns rewrites
This commit is contained in:
parent
9460da6dcb
commit
5afe912e7e
8 changed files with 80 additions and 99 deletions
|
@ -177,7 +177,7 @@ class SettingsWidget extends StatelessWidget {
|
|||
title: AppLocalizations.of(context)!.dnsRewrites,
|
||||
subtitle: AppLocalizations.of(context)!.dnsRewritesDescription,
|
||||
thisItem: 5,
|
||||
screenToNavigate: const DnsRewrites(),
|
||||
screenToNavigate: const DnsRewritesScreen(),
|
||||
),
|
||||
if (serversProvider.updateAvailable.data != null) settingsTile(
|
||||
icon: Icons.system_update_rounded,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue