warning to private installer
This commit is contained in:
parent
0a7f828d77
commit
d5c57d1ee3
2 changed files with 2 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue