mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Allow filter menu to be opened even if no filters to allow for search saving
This commit is contained in:
		@@ -331,10 +331,10 @@ open class BrowseCatalogueController(bundle: Bundle) :
 | 
			
		||||
        menu.findItem(R.id.action_set_filter).apply {
 | 
			
		||||
            icon.mutate()
 | 
			
		||||
            if (presenter.sourceFilters.isEmpty()) {
 | 
			
		||||
                isEnabled = false
 | 
			
		||||
//                isEnabled = false [EXH]
 | 
			
		||||
                icon.alpha = 128
 | 
			
		||||
            } else {
 | 
			
		||||
                isEnabled = true
 | 
			
		||||
//                isEnabled = true [EXH]
 | 
			
		||||
                icon.alpha = 255
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user