fix: cleanup advanced settings screen

This commit is contained in:
Ax333l
2024-07-05 19:41:27 +02:00
committed by oSumAtrIX
parent 9562d80bfd
commit 02ea5c6d4a
9 changed files with 105 additions and 46 deletions

View File

@@ -71,6 +71,7 @@
<string name="theme_description">Choose between light or dark theme</string>
<string name="multithreaded_dex_file_writer">Multi-threaded DEX file writer</string>
<string name="multithreaded_dex_file_writer_description">Use multiple cores to write DEX files. This is faster, but uses more memory</string>
<string name="safeguards">Safeguards</string>
<string name="patch_compat_check">Disable version compatibility check</string>
<string name="patch_compat_check_description">The check restricts patches to supported app versions</string>
<string name="suggested_version_safeguard">Require suggested app version</string>