mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Removed autouptdate option on unsupported servers
This commit is contained in:
parent
37af353cda
commit
67b41b3382
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class Settings extends StatelessWidget {
|
|||
)
|
||||
},
|
||||
),
|
||||
if (serversProvider.updateAvailable.data != null) CustomListTile(
|
||||
if (serversProvider.updateAvailable.data != null && serversProvider.updateAvailable.data!.canAutoupdate == true) CustomListTile(
|
||||
icon: Icons.system_update_rounded,
|
||||
title: AppLocalizations.of(context)!.updates,
|
||||
subtitle: AppLocalizations.of(context)!.updatesDescription,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue