removing an unused boolean

This commit is contained in:
tibbi 2022-05-25 10:24:29 +02:00
parent b648cf22c4
commit 7e74734fc8
2 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,5 @@
<resources>
<bool name="show_donate_in_about">true</bool>
<bool name="require_all_files_access">true</bool>
<bool name="avoid_showing_rating_prompt">true</bool>
<bool name="hide_google_relations">true</bool>
</resources>

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">false</bool>
<bool name="require_all_files_access">true</bool>
<bool name="hide_google_relations">true</bool>
<bool name="hide_all_external_links">true</bool>
<bool name="require_all_files_access">true</bool>
<bool name="avoid_showing_rating_prompt">true</bool>
</resources>