warning to private installer

This commit is contained in:
Cuong M. Tran 2024-06-04 13:55:34 +07:00
parent 0a7f828d77
commit d5c57d1ee3
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
2 changed files with 2 additions and 0 deletions

View file

@ -451,6 +451,7 @@ object SettingsAdvancedScreen : SearchableSettings {
}
},
),
Preference.PreferenceItem.InfoPreference(stringResource(MR.strings.pref_private_installer_warning)),
Preference.PreferenceItem.TextPreference(
title = stringResource(MR.strings.ext_revoke_trust),
onClick = {

View file

@ -580,6 +580,7 @@
<string name="pref_clean_invalid_downloads">Clean invalid downloads</string>
<string name="pref_clean_invalid_downloads_summary">Find and remove all downloads, files, folders which are not saved in your library</string>
<string name="invalid_downloads_cleaned">Invalid downloads cleaned</string>
<string name="pref_private_installer_warning">Avoid using Private Installer because it\'s not stable yet, will lead to really slow start/resume App.</string>
<!-- KMK << -->
<string name="pref_invalidate_download_cache">Invalidate downloads index</string>
<string name="pref_invalidate_download_cache_summary">Force app to recheck downloaded chapters</string>