mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	| @@ -242,10 +242,10 @@ class SettingsLibraryController : SettingsController() { | ||||
|                         .sortedBy { it.order } | ||||
|  | ||||
|                     val includedItemsText = if (includedCategories.isEmpty()) { | ||||
|                         if (excludedCategories.size == allCategories.size) context.getString(R.string.none) | ||||
|                         else context.getString(R.string.all) | ||||
|                         context.getString(R.string.none) | ||||
|                     } else { | ||||
|                         includedCategories.joinToString { it.name } | ||||
|                         if (includedCategories.size == allCategories.size) context.getString(R.string.all) | ||||
|                         else includedCategories.joinToString { it.name } | ||||
|                     } | ||||
|  | ||||
|                     val excludedItemsText = if (excludedCategories.isEmpty()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user