Enable external links in prepaid version

This commit is contained in:
Naveen 2024-01-19 21:56:12 +05:30
parent 98de12d800
commit 2cd6aacb61
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

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