mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 14:53:28 +01:00 
			
		
		
		
	Make delete confirmation button red (#741)
This commit is contained in:
		@@ -892,6 +892,7 @@ class AppsProvider with ChangeNotifier {
 | 
			
		||||
        context: context,
 | 
			
		||||
        builder: (BuildContext ctx) {
 | 
			
		||||
          return GeneratedFormModal(
 | 
			
		||||
            primaryActionColour: Theme.of(context).colorScheme.error,
 | 
			
		||||
            title: plural('removeAppQuestion', apps.length),
 | 
			
		||||
            items: !showUninstallOption
 | 
			
		||||
                ? []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user