removing an unused boolean
This commit is contained in:
parent
b648cf22c4
commit
7e74734fc8
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue