mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Avoid crashing if invalid download and backup location is set
Fixes #8252
This commit is contained in:
		| @@ -422,6 +422,7 @@ | ||||
|     <string name="pref_remove_bookmarked_chapters">Allow deleting bookmarked chapters</string> | ||||
|     <string name="pref_remove_exclude_categories">Excluded categories</string> | ||||
|     <string name="custom_dir">Custom location</string> | ||||
|     <string name="invalid_location">Invalid location: %s</string> | ||||
|     <string name="disabled">Disabled</string> | ||||
|     <string name="last_read_chapter">Last read chapter</string> | ||||
|     <string name="second_to_last">Second to last read chapter</string> | ||||
| @@ -658,7 +659,6 @@ | ||||
|     <string name="error_saving_cover">Error saving cover</string> | ||||
|     <string name="error_sharing_cover">Error sharing cover</string> | ||||
|     <string name="confirm_delete_chapters">Are you sure you want to delete the selected chapters?</string> | ||||
|     <string name="invalid_download_dir">Invalid download location</string> | ||||
|     <string name="chapter_settings">Chapter settings</string> | ||||
|     <string name="confirm_set_chapter_settings">Are you sure you want to save these settings as default?</string> | ||||
|     <string name="also_set_chapter_settings_for_library">Also apply to all manga in my library</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user