re-order config options

This commit is contained in:
Aria Moradi
2023-02-12 22:50:06 +03:30
parent 555f73b478
commit f3c2ee4c40
3 changed files with 12 additions and 15 deletions

View File

@@ -56,8 +56,6 @@ fun getChapterCachePath(mangaId: Int, chapterId: Int): String {
return applicationDirs.tempMangaCacheRoot + "/" + getChapterDir(mangaId, chapterId)
}
// (if (useTempCache) applicationDirs.tempCacheRoot else )
/** return value says if rename/move was successful */
fun updateMangaDownloadDir(mangaId: Int, newTitle: String): Boolean {
val mangaEntry = getMangaEntry(mangaId)