From 6fcf56597407e80feb6adc03712da8495ad386f9 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sat, 18 Nov 2023 14:42:24 -0500 Subject: [PATCH] Bug --- lib/app_sources/html.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_sources/html.dart b/lib/app_sources/html.dart index 13dcdd8..f6dab8a 100644 --- a/lib/app_sources/html.dart +++ b/lib/app_sources/html.dart @@ -140,7 +140,7 @@ class HTML extends AppSource { ] ]; overrideVersionDetectionFormDefault('noVersionDetection', - disableStandard: true, disableRelDate: true); + disableStandard: false, disableRelDate: true); } @override