mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 11:07:51 +02:00
Use app name for page download folder and use manga title subfolders (closes #4684)
This commit is contained in:
@ -559,7 +559,8 @@ class ReaderPresenter(
|
||||
val destDir = File(
|
||||
Environment.getExternalStorageDirectory().absolutePath +
|
||||
File.separator + Environment.DIRECTORY_PICTURES +
|
||||
File.separator + "Tachiyomi"
|
||||
File.separator + context.getString(R.string.app_name) +
|
||||
File.separator + manga.title
|
||||
)
|
||||
|
||||
// Copy file in background.
|
||||
|
Reference in New Issue
Block a user