mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-25 03:43:46 +02:00 
			
		
		
		
	Fix HTML release asset download (#1578)
This commit is contained in:
		| @@ -175,9 +175,8 @@ class _AppPageState extends State<AppPage> { | ||||
|                 tr('downloadX', args: [tr('releaseAsset').toLowerCase()]), | ||||
|                 textAlign: TextAlign.center, | ||||
|                 style: Theme.of(context).textTheme.labelSmall!.copyWith( | ||||
|                       decoration: | ||||
|                           changeLogFn != null ? TextDecoration.underline : null, | ||||
|                       fontStyle: changeLogFn != null ? FontStyle.italic : null, | ||||
|                       decoration: TextDecoration.underline, | ||||
|                       fontStyle: FontStyle.italic, | ||||
|                     ), | ||||
|               ), | ||||
|             ), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user