mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Added option to bookmark single chapter (#496)
* Added option to bookmark single chapter * Fixes
This commit is contained in:
		
				
					committed by
					
						 inorichi
						inorichi
					
				
			
			
				
	
			
			
			
						parent
						
							b418169c20
						
					
				
				
					commit
					125f1ae34c
				
			| @@ -6,6 +6,14 @@ | ||||
|           android:title="@string/action_download" | ||||
|           android:visible="true" /> | ||||
|  | ||||
|     <item android:id="@+id/action_bookmark" | ||||
|           android:title="@string/action_bookmark" | ||||
|           android:visible="true" /> | ||||
|  | ||||
|     <item android:id="@+id/action_remove_bookmark" | ||||
|           android:title="@string/action_remove_bookmark" | ||||
|           android:visible="true" /> | ||||
|  | ||||
|     <item android:id="@+id/action_delete" | ||||
|           android:title="@string/action_delete" | ||||
|           android:visible="false" /> | ||||
|   | ||||
| @@ -20,6 +20,10 @@ | ||||
|                 android:id="@+id/action_filter_downloaded" | ||||
|                 android:checkable="true" | ||||
|                 android:title="@string/action_filter_downloaded"/> | ||||
|             <item | ||||
|                 android:id="@+id/action_filter_bookmarked" | ||||
|                 android:checkable="true" | ||||
|                 android:title="@string/action_filter_bookmarked"/> | ||||
|             <item | ||||
|                 android:id="@+id/action_filter_empty" | ||||
|                 android:title="@string/action_filter_empty"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user