mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Use app name for page download folder and use manga title subfolders (closes #4684)
This commit is contained in:
parent
1b921f9845
commit
dac2072eaa
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue