chore: ktlint.

Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
KaiserBh
2023-12-29 01:59:14 +11:00
parent 0d117b84c0
commit 37033cbfc3
3 changed files with 8 additions and 5 deletions

View File

@@ -16,7 +16,14 @@ class SyncPreferences(
const val Defaults = NONE
fun values() = listOf(NONE, SYNC_ON_CHAPTER_READ, SYNC_ON_CHAPTER_OPEN, SYNC_ON_APP_START, SYNC_ON_APP_RESUME, SYNC_ON_LIBRARY_UPDATE)
fun values() = listOf(
NONE,
SYNC_ON_CHAPTER_READ,
SYNC_ON_CHAPTER_OPEN,
SYNC_ON_APP_START,
SYNC_ON_APP_RESUME,
SYNC_ON_LIBRARY_UPDATE,
)
}
fun syncHost() = preferenceStore.getString("sync_host", "https://sync.tachiyomi.org")