mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	add start download now (#5386)
* add start download now download now for selected chapter from j2k Co-Authored-By: Jays2Kings <jays@outlook.com> * change string to action * move to bottom * oopsie Co-authored-by: Jays2Kings <jays@outlook.com>
This commit is contained in:
		| @@ -1,6 +1,10 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/start_download" | ||||
|         android:title="@string/action_start_downloading_now" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/delete_download" | ||||
|         android:title="@string/action_delete" /> | ||||
|   | ||||
| @@ -120,6 +120,7 @@ | ||||
|     <string name="action_webview_back">Back</string> | ||||
|     <string name="action_webview_forward">Forward</string> | ||||
|     <string name="action_webview_refresh">Refresh</string> | ||||
|     <string name="action_start_downloading_now">Start downloading now</string> | ||||
|  | ||||
|     <!-- Operations --> | ||||
|     <string name="loading">Loading…</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user