mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-17 14:37:29 +01:00
Implement lenient sync
This commit is contained in:
@@ -125,6 +125,8 @@ object PreferenceKeys {
|
||||
|
||||
const val eh_readOnlySync = "eh_sync_read_only"
|
||||
|
||||
const val eh_lenientSync = "eh_lenient_sync"
|
||||
|
||||
const val eh_useOrigImages = "eh_useOrigImages"
|
||||
|
||||
const val eh_ehSettingsProfile = "eh_ehSettingsProfile"
|
||||
|
||||
@@ -217,6 +217,8 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun eh_readOnlySync() = rxPrefs.getBoolean(Keys.eh_readOnlySync, false)
|
||||
|
||||
fun eh_lenientSync() = rxPrefs.getBoolean(Keys.eh_lenientSync, false)
|
||||
|
||||
fun eh_showSettingsUploadWarning() = rxPrefs.getBoolean(Keys.eh_showSettingsUploadWarning, true)
|
||||
// <-- EH
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user