mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Add shortcut to tracking guide on website
This commit is contained in:
		
							
								
								
									
										11
									
								
								app/src/main/res/menu/settings_tracking.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								app/src/main/res/menu/settings_tracking.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_tracking_help" | ||||
|         android:icon="@drawable/ic_help_24dp" | ||||
|         android:title="@string/tracking_guide" | ||||
|         app:iconTint="?attr/colorOnPrimary" | ||||
|         app:showAsAction="ifRoom" /> | ||||
|  | ||||
| </menu> | ||||
| @@ -378,6 +378,7 @@ | ||||
|     <string name="pref_download_new_categories_details">Manga in excluded categories will not be downloaded even if they are also in included categories.</string> | ||||
|  | ||||
|       <!-- Tracking section --> | ||||
|     <string name="tracking_guide">Tracking guide</string> | ||||
|     <string name="pref_auto_update_manga_sync">Update chapter progress after reading</string> | ||||
|     <string name="pref_auto_add_track">Track silently when adding manga to library</string> | ||||
|     <string name="services">Services</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user