mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 23:03:29 +01:00 
			
		
		
		
	Changed a default (enhanced version detect bugfix)
This commit is contained in:
		@@ -52,7 +52,7 @@ class App {
 | 
			
		||||
  late DateTime? lastUpdateCheck;
 | 
			
		||||
  bool pinned = false;
 | 
			
		||||
  bool trackOnly = false;
 | 
			
		||||
  bool enhancedVersionDetection = true;
 | 
			
		||||
  bool enhancedVersionDetection = false;
 | 
			
		||||
  App(
 | 
			
		||||
      this.id,
 | 
			
		||||
      this.url,
 | 
			
		||||
@@ -96,7 +96,7 @@ class App {
 | 
			
		||||
          : DateTime.fromMicrosecondsSinceEpoch(json['lastUpdateCheck']),
 | 
			
		||||
      json['pinned'] ?? false,
 | 
			
		||||
      json['trackOnly'] ?? false,
 | 
			
		||||
      json['enhancedVersionDetection'] ?? true);
 | 
			
		||||
      json['enhancedVersionDetection'] ?? false);
 | 
			
		||||
 | 
			
		||||
  Map<String, dynamic> toJson() => {
 | 
			
		||||
        'id': id,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user