mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Minor updates
This commit is contained in:
		| @@ -62,7 +62,7 @@ class LibrarySettingsSheet( | ||||
|          * Returns true if there's at least one filter from [FilterGroup] active. | ||||
|          */ | ||||
|         fun hasActiveFilters(): Boolean { | ||||
|             return filterGroup.items.any { it.state != Item.TriStateGroup.STATE_IGNORE } | ||||
|             return filterGroup.items.any { it.state != STATE_IGNORE } | ||||
|         } | ||||
|  | ||||
|         inner class FilterGroup : Group { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user