mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Added category-wise display setting (#5232)
* Added category-wise display setting Co-authored-by: Rogavactive <30288842+Rogavactive@users.noreply.github.com> * Use flag instead of preference * Remove database call in LibraryItem * Remove unnecessary code Co-authored-by: Rogavactive <30288842+Rogavactive@users.noreply.github.com>
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| <eu.kanade.tachiyomi.widget.AutofitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:id="@+id/library_list" | ||||
|     android:layout_width="match_parent" | ||||
|   | ||||
| @@ -219,6 +219,7 @@ | ||||
|  | ||||
|     <string name="default_category">Default category</string> | ||||
|     <string name="default_category_summary">Always ask</string> | ||||
|     <string name="categorized_display_settings">Per-category display settings</string> | ||||
|     <plurals name="num_categories"> | ||||
|         <item quantity="one">%d category</item> | ||||
|         <item quantity="other">%d categories</item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user