mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Disabled update checker on beta
This commit is contained in:
parent
3a2b2533b0
commit
38b6f428f2
2 changed files with 14 additions and 10 deletions
|
@ -210,7 +210,8 @@ class _GeneralSettingsState extends State<GeneralSettings> {
|
|||
appConfigProvider.installationSource == Source.IS_INSTALLED_FROM_LOCAL_SOURCE ||
|
||||
appConfigProvider.installationSource == Source.IS_INSTALLED_FROM_PLAY_PACKAGE_INSTALLER ||
|
||||
appConfigProvider.installationSource == Source.UNKNOWN
|
||||
))
|
||||
)) &&
|
||||
!appConfigProvider.getAppInfo!.version.contains('beta')
|
||||
) ...[
|
||||
SectionLabel(label: AppLocalizations.of(context)!.application),
|
||||
CustomListTile(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue